-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #3580. Fixes a few issues: 1. The "Interval" field showing the OSK for a split second 2. The "Interval" field (and similar fields) didn't get input changes as you used the OSK 3. Tabbing from the interval field to the minutes/hours/days field to its right opened the OSK in number mode. This was due to `reset` being called between the content type being set in the state and the state being actually committed, causing Mir to lose the state and not commit it to the handler, leading to the previous mode (numbers) carrying over to the new field
- Loading branch information
Showing
1 changed file
with
25 additions
and
19 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