-
Notifications
You must be signed in to change notification settings - Fork 207
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_LinkedScrollBar : Guard against recursive updates
This may fix #5296 - though I haven't been able to reproduce it. The problem appears to be endless recursion of `sliderChange()`, which may have been caused by one of the two scroll bars the `LinkedScrollBar` manages emitting a change signal that then causes the other scroll bar to update, emitting a change signal... until the stack overflows.
- Loading branch information
1 parent
5de3d6e
commit 80e32aa
Showing
2 changed files
with
33 additions
and
9 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
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