More bugfix for issue #2239

This commit is contained in:
Hombre
2019-08-15 20:23:29 +02:00
parent a46b85f226
commit 68e26fb648
3 changed files with 5 additions and 14 deletions

View File

@@ -103,7 +103,7 @@ public:
void setBatchMode (bool batchMode) override;
// EditSubscriber interface
CursorShape getCursor (int objectID);
CursorShape getCursor (int objectID) const;
bool mouseOver (int modifierKey) override;
bool button1Pressed (int modifierKey) override;
bool button1Released () override;
@@ -117,7 +117,7 @@ public:
void switchOffEditMode () override;
//TweakOperator interface
void tweakParams(rtengine::procparams::ProcParams& pparams);
void tweakParams(rtengine::procparams::ProcParams& pparams) override;
rtengine::ProcEvent EvSpotEnabled;
rtengine::ProcEvent EvSpotEnabledOPA; // used to toggle-on the Spot 'On Preview Adjustment' mode