Preference UI for filmstrip toolbar visibility (issue 2672)

This commit is contained in:
michael
2015-02-17 09:38:42 -05:00
parent a8baa24415
commit 3b04d4b2c9
7 changed files with 24 additions and 0 deletions

View File

@@ -1606,6 +1606,14 @@ void FileCatalog::updateFBQueryTB (bool singleRow) {
hbToolBar1->unreference();
}
void FileCatalog::updateFBToolBarVisibility (bool showFilmStripToolBar){
if (showFilmStripToolBar)
showToolBar();
else
hideToolBar();
refreshHeight();
}
void FileCatalog::buttonBrowsePathPressed () {
Glib::ustring BrowsePathValue = BrowsePath->get_text();
Glib::ustring DecodedPathPrefix="";