candidate fix for #3087

This commit is contained in:
Alberto Griggio
2017-03-22 12:49:17 +01:00
parent 687b3fe103
commit 4478c41eed
4 changed files with 78 additions and 47 deletions

View File

@@ -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