First patch of the LockableColorPicker tool.
Still Work In Progress, but can be used without too much hassle.
This commit is contained in:
@@ -27,6 +27,7 @@ class ImageAreaToolListener
|
||||
{
|
||||
|
||||
public:
|
||||
virtual ~ImageAreaToolListener() {}
|
||||
virtual void spotWBselected (int x, int y, Thumbnail* thm = NULL) {}
|
||||
virtual int getSpotWBRectSize ()
|
||||
{
|
||||
@@ -38,7 +39,6 @@ public:
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
virtual void removeWbTool() = 0;
|
||||
virtual CropGUIListener* startCropEditing (Thumbnail* thm = NULL)
|
||||
{
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user