added preferences to control the behaviour of the crop tool

This commit is contained in:
Alberto Griggio
2018-01-03 15:44:34 +01:00
parent 0ac3bafbca
commit 8168611c23
9 changed files with 96 additions and 10 deletions

View File

@@ -204,6 +204,9 @@ class Preferences : public Gtk::Dialog, public ProfileStoreListener
DynamicProfilePanel *dynProfilePanel;
Gtk::ComboBoxText *cropGuides;
Gtk::CheckButton *cropAutoFit;
Glib::ustring storedValueRaw;
Glib::ustring storedValueImg;