Qt menu search
Remove a 'TODO' for once. Have the popup that's used to accept the target string--after clicking on [search] or typing ':' to initiate menu search+select operation--force keyboard focus to itself. Menu searching worked without this, but only if you manually clicked on the search popup prior to typing the target string. Failure to do so resulted in typed characters being used to select menu entries.
This commit is contained in:
@@ -6,8 +6,6 @@
|
||||
|
||||
//
|
||||
// TODO:
|
||||
// search behaves weirdly unless you click in the line-edit dialog box
|
||||
// after clicking on the [search] button to pop that up;
|
||||
// implement next_page, prev_page, first_page, and last_page to work
|
||||
// like they do for X11: scroll menu window as if it were paginated;
|
||||
// entering a count that uses more digits than the previous biggest count
|
||||
|
||||
Reference in New Issue
Block a user