forked from qt-creator/qt-creator
Fixes locator's show method in case the filter already has focus.
Was making the "f" filter unusable, because the popup was hidden when selecting a directory. Reviewed-by: dt <qtc-committer@nokia.com>
This commit is contained in:
@@ -67,7 +67,7 @@ public:
|
||||
void show(const QString &text, int selectionStart = -1, int selectionLength = 0);
|
||||
|
||||
private slots:
|
||||
void textEdited(const QString &text);
|
||||
void showPopup();
|
||||
void acceptCurrentEntry();
|
||||
void filterSelected();
|
||||
void showConfigureDialog();
|
||||
|
||||
Reference in New Issue
Block a user