Adding Picker size support and Displayed values support (RGB/HSV/LAB)

This commit is contained in:
Hombre
2016-10-05 01:13:20 +02:00
parent 050d96c8aa
commit f60a4fc4b1
6 changed files with 123 additions and 38 deletions

View File

@@ -1,3 +1,4 @@
/*
* This file is part of RawTherapee.
*
@@ -371,6 +372,9 @@ void ToolBar::colPicker_pressed (GdkEventButton* event)
handTool->set_active (false);
showColorPickers(true);
current = TMColorPicker;
if (pickerListener) {
pickerListener->switchPickerVisibility (showColPickers);
}
} else {
// Disabling the picker tool, enabling the Hand tool and keeping the "visible pickers" mode
handTool->set_active (true);