Skip to content
Snippets Groups Projects
Commit 9a000fcb authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

fixed illegal value for MA_SCROLL

parent 88eb7a42
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,7 @@ typedef struct _editor ...@@ -136,7 +136,7 @@ typedef struct _editor
#define MA_PASSOUT 4 /* send on to e_grab */ #define MA_PASSOUT 4 /* send on to e_grab */
#define MA_DRAGTEXT 5 /* drag in text editor to alter selection */ #define MA_DRAGTEXT 5 /* drag in text editor to alter selection */
#define MA_RESIZE 6 /* drag to resize */ #define MA_RESIZE 6 /* drag to resize */
#define MA_SCROLL -1 /* scroll with middle click onto empty canvas */ #define MA_SCROLL 7 /* scroll with middle click onto empty canvas */
/* editor structure for "garrays". We don't bother to delete and regenerate /* editor structure for "garrays". We don't bother to delete and regenerate
this structure when the "garray" becomes invisible or visible, although we this structure when the "garray" becomes invisible or visible, although we
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment