forked from RobertBeckebans/TrenchBroomBFG
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delay modal dialogs until next event loop iteration
Showing a modal dialog with its own event loop while painting a GL view can break the rendering state. This commits changes two dialogs that could potentially pop up during rendering so that they are only shown in the next iteration of the event loop, outside of painting.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 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