-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Widget: set self cursor, if no subwidget is selected
Previously, if we moved to a text editor, and then to the section of the window which contained no widget - the beam cursor was not re-set. The solution: if no widget is under the mouse, set "my cursor". Due to architecture problems, I need to pass "*this" to the function. We should get rid of widget collection and this issue will get resolved. We also need to set window of sub widgets. This breaks for example radio button groups. Or the scroll bar (the buttons have no window).
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 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