-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement tooltip level on Windows platform (#1737)
Implement `WindowLevel::Tooltip` on Windows platform. Before change: - Tooltip window appear in taskbar - Window has strange min-size (probably due to OS min constraints) - Window steals focus from main app window After change: - Tooltip window doesn't appear in taskbar - Window fits any size (tested with nursery's `tooltip.rs`) - Window doesn't steal focus from main app window
- Loading branch information
Showing
2 changed files
with
87 additions
and
21 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