-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update max window size when the window is moved
Summary: In multi-monitor situations, we need to update the max size of the window after it's been moved, in case it's been going from one display to another, as these may have different dimensions. Otherwise, the max size of the window might no longer match the particular display's dimensions. Reviewed By: kiminoue7 Differential Revision: D51692135 fbshipit-source-id: 863d9fc081676744464c67405a4311b6e3d9b252
- Loading branch information
1 parent
16744f5
commit abe7874
Showing
4 changed files
with
9 additions
and
3 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
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