-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor methods handling input interface and custom text changes
In qt_gui.py, the functions handling behavior after the input interface changes ('_input_iface_changed') and after custom text is edited ('_le_custom_text_edited') have been refactored for optimization. The two separate methods have been merged into a single function named '_input_iface_changed_or_custom_text_changed.' This function now takes effect when a new input interface is selected or when the text input changes; the user presses enter, or the widget loses focus.
- Loading branch information
Showing
1 changed file
with
8 additions
and
18 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