-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't spam updates when there are no targets!
See propagateTarget which will already notify the UI. Signed-off-by: Matthias Mailänder <[email protected]>
- Loading branch information
1 parent
20a3d20
commit 88ee2c5
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
88ee2c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mailaender Unfortunately, the editor chromatogram update event is needed to keep the targets list and the chromatogram in sync. I'm inspecting this issue at the moment and working on a solution. I take over, as this is a bit more tricky issue. The flickering menu is definitively something, we should address immediately. I would rather recommend to add a menu listener to check whether the chromatogram menu is active or not. If active, updates are blocked. I'll keep you updated.
88ee2c5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Mailaender I found a neat solution. Have a look here:
#540