candidate fix for #3087
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
#ifndef _TOOLENUM_
|
||||
#define _TOOLENUM_
|
||||
|
||||
enum ToolMode {TMHand = 0, TMSpotWB = 1, TMCropSelect = 2, TMStraighten = 3, TMColorPicker = 4};
|
||||
enum ToolMode {TMNone = -1, TMHand = 0, TMSpotWB = 1, TMCropSelect = 2, TMStraighten = 3, TMColorPicker = 4};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user