Bring back the remembering feature of the expanded/collapsed status of the tools. See issue 2648. Additionnally, correct a GUI bug of the B&W tool: the display wasn't initialized correctly when opening a new editor.
This commit is contained in:
@@ -231,6 +231,10 @@ class ToolPanelCoordinator : public ToolPanelListener,
|
||||
void initImage (rtengine::StagedImageProcessor* ipc_, bool israw);
|
||||
void closeImage ();
|
||||
|
||||
// update the "expanded" state of the Tools
|
||||
void updateToolState ();
|
||||
void openAllTools ();
|
||||
void closeAllTools ();
|
||||
// read/write the "expanded" state of the expanders & read/write the crop panel settings (ratio, guide type, etc.)
|
||||
void readOptions ();
|
||||
void writeOptions ();
|
||||
|
Reference in New Issue
Block a user