-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always hide layout preview when missing Windows events (#963)
Previously, the layout preview would sometimes fail to hide in certain scenarios (see below). This has been resolved by: - Always hiding the preview whenever a window gains focus - Hiding the preview whenever the preview is clicked Additionally, `*Manager` references have been replaced by `*Store` references. <details> <summary>Bug description</summary> 1. Double click to maximize window 2. Click and drag maximized window to a position 3. Double click to maximize window again 4. Double click to restore window position Expected behavior: Layout preview hides Actual behavior: Layout preview is still visible </details>
- Loading branch information
Showing
9 changed files
with
264 additions
and
165 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
Oops, something went wrong.