bugfix for "locate to directory"

This commit is contained in:
Le Tan 2017-03-23 14:14:44 +08:00
parent 7c7db3fbb8
commit b9f8144f29

View File

@ -977,7 +977,7 @@ void VMainWindow::locateFile(VFile *p_file)
}
// Open the directory and file panels after location.
changeSplitterView(2);
twoPanelView();
}
void VMainWindow::handleFindDialogTextChanged(const QString &p_text, uint /* p_options */)