Added tooltip for histogram profile toggle button

This commit is contained in:
Oleg Koncevoy 2017-11-27 17:38:09 +02:00
parent 4c76c7456f
commit f071d321fd

View File

@ -589,6 +589,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
toggleHistogramProfile = Gtk::manage (new Gtk::ToggleButton ()); toggleHistogramProfile = Gtk::manage (new Gtk::ToggleButton ());
toggleHistogramProfile->set_relief (Gtk::RELIEF_NONE); toggleHistogramProfile->set_relief (Gtk::RELIEF_NONE);
toggleHistogramProfile->set_active (options.rtSettings.HistogramWorking); toggleHistogramProfile->set_active (options.rtSettings.HistogramWorking);
toggleHistogramProfile->set_tooltip_markup ( (M ("PREFERENCES_HISTOGRAM_TOOLTIP")));
Gtk::VSeparator* vsep3 = Gtk::manage (new Gtk::VSeparator ()); Gtk::VSeparator* vsep3 = Gtk::manage (new Gtk::VSeparator ());