-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wait with fully zooming out until a first layout() was finished, when…
… graph changed was called * Reasoning: before, there was fixed timeout. However, with large datasets, it could have happened that graphchanged() + layout() was not completey performed before zoom out was started leading to unexpected behaviour. This commit introduces a process that lets the zooming out wait until the graph was layouted once according to the current data.
- Loading branch information
1 parent
ed5e781
commit eea86f2
Showing
1 changed file
with
19 additions
and
5 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