Skip to content

Commit

Permalink
reset togglable toolbar buttons when the New button is clicked
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaa committed May 6, 2024
1 parent c01acb4 commit a69b9dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CHANGED:
FIXED:
* Analysis GoodnessOfFit: fixed volume error calculation if one of the compared time series contains NaN values #151
* Talsim clipboard content no longer requires the entry 'Einheit' to be present for WEL files
* Togglable toolbar buttons are now reset when the New button is clicked

API-CHANGES:
* New property `TimeSeries.NaNPeriods()` for retrieving a list of time periods consisting of NaN nodes
Expand Down
4 changes: 4 additions & 0 deletions source/Controllers/WaveController.vb
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@ Friend Class WaveController
View.ToolStripStatusLabel_Errors.Image = My.Resources.cancel_inactive
View.ToolStripStatusLabel_Warnings.Image = My.Resources.warning_inactive

'Reset togglable toolbar buttons
View.ToolStripButton_ShowNaNValues.Checked = False
View.ToolStripButton_AutoAdjustYAxes.Checked = False

'Update axis dialog
Me.UpdateAxisDialog()

Expand Down

0 comments on commit a69b9dc

Please sign in to comment.