-
Notifications
You must be signed in to change notification settings - Fork 753
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
panel.js: Only clip the panel size if necessary. (#12592)
Panel clipping occurs to prevent a hidden panel from being visible on an adjacent monitor edge. In some monitor configurations it can affect actor event picking, and the enter-events that trigger panel visibility are missed. Regardless of the pick problem, clipping should only be necessary if: - There's more than a single monitor. - There is at least a partial common edge shared by two monitors. - There is an auto- or intelligently-hidden panel enabled on that edge.
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 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