-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix cursor positioning after InOut widget state change
When the InOut changes state and gets hidden as a result, specifically, we need to make sure to redraw its parent widget. That is necessary, because said parent (or one of its children) may want to set the cursor position now that the InOut widget is no longer active. To that end, this change adjusts the InOut widget's change_state() method to emit a message indicating an update of the parent, not the InOut widget itself.
- Loading branch information
Showing
1 changed file
with
23 additions
and
9 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