Skip to content

Commit

Permalink
Feat/3877/rename a button (#3908)
Browse files Browse the repository at this point in the history
* Rename button #3877

* Update changelog #3877

* Add tooltip to reset camera toggle #3877

* Update changelog #3877
  • Loading branch information
BenediktMehl authored Feb 4, 2025
1 parent 95051ad commit 6665b88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion visualization/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
### Changed

- Increased the size of the color quantile diagram [#3827](https://github.com/MaibornWolff/codecharta/pull/3827)
- Rename the "Reset camera..."-settings-button to make it more clear what it does [#3906](https://github.com/MaibornWolff/codecharta/pull/3906)
- Rename the "Reset camera..."-settings-button and add tooltip to make it more clear what it does [#3906](https://github.com/MaibornWolff/codecharta/pull/3906) [#3908](https://github.com/MaibornWolff/codecharta/pull/3908)

### Fixed 🐞

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ <h2>Global Configuration</h2>
<mat-slide-toggle [checked]="hideFlatBuildings$ | async" (change)="handleHideFlatBuildingsChanged($event)">
Hide Flattened Buildings
</mat-slide-toggle>
<mat-slide-toggle [checked]="resetCameraIfNewFileIsLoaded$ | async" (change)="handleResetCameraIfNewFileIsLoadedChanged($event)">
Reset camera when map layout changes
<mat-slide-toggle [checked]="resetCameraIfNewFileIsLoaded$ | async" (change)="handleResetCameraIfNewFileIsLoadedChanged($event)"
title="The camera is reset to the default position when any change in the map layout is made. Layout changes could be area changes, file changes, layout algorithm changes, focussing, excluding etc.">
Reset camera when map layout changes <i class="fa fa-info-circle"></i>
</mat-slide-toggle>
<mat-slide-toggle [checked]="isWhiteBackground$ | async" (change)="handleIsWhiteBackgroundChanged($event)">
White Background
Expand Down

0 comments on commit 6665b88

Please sign in to comment.