From b9f8144f2923a53e5eadb5bdc2b777ba0a5caced Mon Sep 17 00:00:00 2001 From: Le Tan Date: Thu, 23 Mar 2017 14:14:44 +0800 Subject: [PATCH] bugfix for "locate to directory" --- src/vmainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vmainwindow.cpp b/src/vmainwindow.cpp index 029d3731..59cb7c47 100644 --- a/src/vmainwindow.cpp +++ b/src/vmainwindow.cpp @@ -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 */)