forked from qt-creator/qt-creator
Activating Locator when already in the locator window didn't work.
For example when you typed Ctrl+l and find that you don't want to use the goto line filter after all.
This commit is contained in:
@@ -129,7 +129,7 @@ bool QuickOpenPlugin::initialize(const QStringList &, QString *)
|
||||
|
||||
void QuickOpenPlugin::openQuickOpen()
|
||||
{
|
||||
m_quickOpenToolWindow->setFocus();
|
||||
m_quickOpenToolWindow->show("");
|
||||
}
|
||||
|
||||
void QuickOpenPlugin::extensionsInitialized()
|
||||
|
||||
Reference in New Issue
Block a user