Solving issue 1762: "Auto Levels does not work with 8-bit images" and issue 1148: "Auto White Balance doesn't work in a File Browser tab"
This commit is contained in:
@@ -232,6 +232,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
|
||||
void cropSelectionReady ();
|
||||
void rotateSelectionReady (double rotate_deg, Thumbnail* thm=NULL);
|
||||
ToolBar* getToolBar () { return toolBar; }
|
||||
void removeWbTool() { if (toolBar) toolBar->removeWbTool(); }
|
||||
int getSpotWBRectSize ();
|
||||
CropGUIListener* startCropEditing (Thumbnail* thm=NULL) { return crop; }
|
||||
|
||||
|
Reference in New Issue
Block a user