add (option) Bezier spot delimiters
This commit is contained in:
@@ -441,6 +441,7 @@ void Options::setDefaults ()
|
||||
UseIconNoText = true;
|
||||
whiteBalanceSpotSize = 8;
|
||||
showFilmStripToolBar = false;
|
||||
showdelimspot = false;
|
||||
menuGroupRank = true;
|
||||
menuGroupLabel = true;
|
||||
menuGroupFileOperations = true;
|
||||
@@ -1474,6 +1475,10 @@ int Options::readFromFile (Glib::ustring fname)
|
||||
showFilmStripToolBar = keyFile.get_boolean ("GUI", "ShowFilmStripToolBar");
|
||||
}
|
||||
|
||||
if (keyFile.has_key ("GUI", "Showdelimspot")) {
|
||||
showdelimspot = keyFile.get_boolean ("GUI", "Showdelimspot");
|
||||
}
|
||||
|
||||
if (keyFile.has_key ("GUI", "FileBrowserToolbarSingleRow")) {
|
||||
FileBrowserToolbarSingleRow = keyFile.get_boolean ("GUI", "FileBrowserToolbarSingleRow");
|
||||
}
|
||||
@@ -2101,6 +2106,7 @@ int Options::saveToFile (Glib::ustring fname)
|
||||
keyFile.set_integer ("GUI", "NavigatorRGBUnit", (int)navRGBUnit);
|
||||
keyFile.set_integer ("GUI", "NavigatorHSVUnit", (int)navHSVUnit);
|
||||
keyFile.set_boolean ("GUI", "ShowFilmStripToolBar", showFilmStripToolBar);
|
||||
keyFile.set_boolean ("GUI", "Showdelimspot", showdelimspot);
|
||||
keyFile.set_boolean ("GUI", "FileBrowserToolbarSingleRow", FileBrowserToolbarSingleRow);
|
||||
keyFile.set_boolean ("GUI", "HideTPVScrollbar", hideTPVScrollbar);
|
||||
keyFile.set_boolean ("GUI", "UseIconNoText", UseIconNoText);
|
||||
|
Reference in New Issue
Block a user