From e12890e78e155b596e238078d9952b660a06edcb Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Fri, 1 Feb 2013 22:08:09 +0000 Subject: [PATCH] (qt) #5252 'file-renaming issues in Qt client': hide invisible columns in file-tree --- qt/file-tree.cc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qt/file-tree.cc b/qt/file-tree.cc index f9c9f962b..6c41aa8df 100644 --- a/qt/file-tree.cc +++ b/qt/file-tree.cc @@ -850,6 +850,11 @@ FileTreeView :: FileTreeView (QWidget * parent, bool isEditable): sortByColumn (COL_NAME, Qt::AscendingOrder); installEventFilter (this); + for (int i=0; isetResizeMode(i, QHeaderView::Interactive); -- 2.40.0