-
Notifications
You must be signed in to change notification settings - Fork 696
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Fixes #2558. MenuBar positions wrong in some situations. * Replacing Application.Top with Application.Current. * Fix typo. * Fix shortcut tag overlapping help on smaller width and add more unit test. * Resizing the console will close all opened menus. * Resize first the console before show ContextMenu. * Remove DriverFrame and DriverFrameOffset as not relevant. * Replace _frame with Frame as requested. * Fix xml document comment. * Compare equality between Dialog and Application.Top. * Move GetDriverLocationOffset and GetDriverLocationOffsetFromCurrent to the Menu.cs. * Fix merge errors. * Ensure menu is closed on click. * Force Height always be 1 to avoid mouse events respond even outside bounds. * Recovering UseSubMenusSingleFrame hope doesn't break again. * Fix bugs and made requested changes. --------- Co-authored-by: Tig <[email protected]>
- Loading branch information
Showing
11 changed files
with
1,576 additions
and
414 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
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.