]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphindetailsview.cpp
fix a flickering of the horizontal scrollbar when decreasing the width inside the...
[dolphin.git] / src / dolphindetailsview.cpp
index 3be22fb4262db912a59e6301f629e99ab5612ef1..43d74db140f145e428e9623b26401dfaa2c27eae 100644 (file)
@@ -358,10 +358,10 @@ void DolphinDetailsView::keyPressEvent(QKeyEvent* event)
 
 void DolphinDetailsView::resizeEvent(QResizeEvent* event)
 {
-    QTreeView::resizeEvent(event);
     if (m_autoResize) {
         resizeColumns();
     }
+    QTreeView::resizeEvent(event);
 }
 
 void DolphinDetailsView::setSortIndicatorSection(DolphinView::Sorting sorting)