summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/GraphInputHandler.h
diff options
context:
space:
mode:
authorAlex Merry <dev@randomguy3.me.uk>2012-06-08 19:59:07 +0100
committerAlex Merry <dev@randomguy3.me.uk>2012-06-08 19:59:07 +0100
commitee3648293706ce512277532951fa015ecfc0ee3e (patch)
treec58ae3a73fa00bf91d7ea11d19c84ebf53c0f502 /tikzit/src/gtk/GraphInputHandler.h
parent96bb49b438646b54f1a667a66a9bb1b2c27d7b4f (diff)
Set the cursor when dragging would resize bounding box
This makes it obvious to users when clicking will resize the bounding box, rather than creating a new one.
Diffstat (limited to 'tikzit/src/gtk/GraphInputHandler.h')
-rw-r--r--tikzit/src/gtk/GraphInputHandler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/gtk/GraphInputHandler.h b/tikzit/src/gtk/GraphInputHandler.h
index 61af36f..9955459 100644
--- a/tikzit/src/gtk/GraphInputHandler.h
+++ b/tikzit/src/gtk/GraphInputHandler.h
@@ -50,7 +50,7 @@ typedef enum {
NSPoint oldLeaderPos;
Edge *modifyEdge;
NSMutableSet *selectionBoxContents;
- ResizeHandle grabbedResizeHandle;
+ ResizeHandle currentResizeHandle;
NSPoint oldOrigin;
}