-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dialogs: Don't need to FindWindow when testing for I-beam cursor
On mouse move, dialogs with LineEdit controls need to test if the cursor is over the control and update the cursor shape appropriately. The File Dialog and DeskTop's Rename (etc) dialog first did a FindWindow to see if the cursor was over the window - that's not necessary since the dialog is modal! Just delete the code, everything is faster and smaller (-27 bytes each). No functional changes.
- Loading branch information
1 parent
882e281
commit a3d8102
Showing
2 changed files
with
1 addition
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