Added updateHistogram method to ColorManagementToolbar class.
This method get's called on histogram profile icon toggle and updated histogram. modified: rtgui/editorpanel.cc
This commit is contained in:
parent
f071d321fd
commit
4d616e2782
@ -464,6 +464,13 @@ public:
|
|||||||
updateParameters ();
|
updateParameters ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void updateHistogram()
|
||||||
|
{
|
||||||
|
intentBox.setSelected(intentBox.getSelected());
|
||||||
|
updateParameters();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
void defaultMonitorProfileChanged (const Glib::ustring &profile_name, bool auto_monitor_profile)
|
void defaultMonitorProfileChanged (const Glib::ustring &profile_name, bool auto_monitor_profile)
|
||||||
{
|
{
|
||||||
ConnectionBlocker profileBlocker (profileConn);
|
ConnectionBlocker profileBlocker (profileConn);
|
||||||
@ -2031,6 +2038,7 @@ void EditorPanel::syncFileBrowser() // synchronize filebrowser with image in E
|
|||||||
void EditorPanel::histogramProfile_toggled()
|
void EditorPanel::histogramProfile_toggled()
|
||||||
{
|
{
|
||||||
options.rtSettings.HistogramWorking = toggleHistogramProfile->get_active();
|
options.rtSettings.HistogramWorking = toggleHistogramProfile->get_active();
|
||||||
|
colorMgmtToolBar->updateHistogram();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool EditorPanel::idle_sendToGimp ( ProgressConnector<rtengine::IImage16*> *pc, Glib::ustring fname)
|
bool EditorPanel::idle_sendToGimp ( ProgressConnector<rtengine::IImage16*> *pc, Glib::ustring fname)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user