Makes Next/Prev buttons work same as F3/F4 #5183

This commit is contained in:
Morgan Hardwood
2019-03-10 23:26:17 +01:00
parent 2155cf76f0
commit b29651c5f2
3 changed files with 9 additions and 6 deletions

View File

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