Fixed tab completion rarely completing the wrong word. (#4735)
* Fixed tab completion rarely completing the wrong word. Fixes: #3101 * Use QSignalBlocker instead of janky bool, add comment about hidden logic * copypasteo
This commit is contained in:
@@ -61,7 +61,7 @@ private:
|
||||
* `Tab` pressed again:
|
||||
* - complete ["pog"] to "PogChamp"
|
||||
*
|
||||
* [other key] pressed - updating the input text:
|
||||
* [other key] pressed or cursor moved - updating the input text:
|
||||
* - set `completionInProgress_ = false`
|
||||
*/
|
||||
bool completionInProgress_ = false;
|
||||
|
||||
Reference in New Issue
Block a user