Preference UI for filmstrip toolbar visibility (issue 2672)
This commit is contained in:
@@ -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="";
|
||||
|
Reference in New Issue
Block a user