]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinviewcontainer.cpp
Make "show filter bar" a toggle action
[dolphin.git] / src / dolphinviewcontainer.cpp
index 72ced931b709f21d95848b541372b618df8edab5..a9825f47e48d05bcf95f441ce962b78ebd7c11a2 100644 (file)
@@ -389,6 +389,7 @@ void DolphinViewContainer::setFilterBarVisible(bool visible)
         m_filterBar->show();
         m_filterBar->setFocus();
         m_filterBar->selectAll();
         m_filterBar->show();
         m_filterBar->setFocus();
         m_filterBar->selectAll();
+        emit showFilterBarChanged(true);
     } else {
         closeFilterBar();
     }
     } else {
         closeFilterBar();
     }