]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/kcategorizedview.cpp
allow to show/hide the menubar
[dolphin.git] / src / kcategorizedview.cpp
index 7d717abd1f4388319486c27e71cb8a698bac820c..4f542f9c7fc0e12849f0633d1dbe0a27f316b4f1 100644 (file)
@@ -390,6 +390,8 @@ void KCategorizedView::Private::updateScrollbars()
     int lastItemBottom = cachedRectIndex(lastIndex).top() +
                          listView->spacing() + (listView->gridSize().isEmpty() ? 0 : listView->gridSize().height()) - listView->viewport()->height();
 
+    listView->horizontalScrollBar()->setRange(0, 0);
+
     listView->verticalScrollBar()->setSingleStep(listView->viewport()->height() / 10);
     listView->verticalScrollBar()->setPageStep(listView->viewport()->height());
     listView->verticalScrollBar()->setRange(0, lastItemBottom);