Added a histogram profile settings toggle button. Now working histogram profile can be changed without entering the preferences window.

modified:   ../rtgui/editorpanel.cc
	modified:   ../rtgui/editorpanel.h
This commit is contained in:
Oleg Koncevoy
2017-11-27 17:00:51 +02:00
parent 84379ffb7d
commit 4c76c7456f
2 changed files with 19 additions and 0 deletions

View File

@@ -115,6 +115,7 @@ public:
void openNextEditorImage ();
void openPreviousEditorImage ();
void syncFileBrowser ();
void histogramProfile_toggled ();
void tbTopPanel_1_visible (bool visible);
bool CheckSidePanelsVisibility();
@@ -196,6 +197,7 @@ private:
Gtk::HBox* beforeAfterBox;
Gtk::HBox* beforeHeaderBox;
Gtk::HBox* afterHeaderBox;
Gtk::ToggleButton* toggleHistogramProfile;
Gtk::Frame* ppframe;
ProfilePanel* profilep;