Default to using defaults by default

This commit is contained in:
Morgan Hardwood
2019-03-10 23:49:28 +01:00
parent b29651c5f2
commit df2c6b0bcb
2 changed files with 3 additions and 3 deletions

View File

@@ -183,7 +183,7 @@ public:
void openNextImage();
void openPrevImage();
void selectImage(const Glib::ustring& fname, bool doScroll);
void selectImage(const Glib::ustring& fname, bool doScroll = true);
void copyProfile ();
void pasteProfile ();