-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deal with a dissapearing cursor on windows (#2028)
I was calling spawn_miniedit_text modally inside an already modal loop so the modal loops unwound improperly in some cases not restoring cursor. This meant controller name on windows would eat the cursor Fix it by haing the menu defer the call in a VSTGUI::Call::later did a quick review and the other spots with miniedit are already deferred it seems or are called from different parts of the event loop Closes #1465
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 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