summaryrefslogtreecommitdiffstats
path: root/src/gui/GraphCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/GraphCanvas.hpp')
-rw-r--r--src/gui/GraphCanvas.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/GraphCanvas.hpp b/src/gui/GraphCanvas.hpp
index b055d530..61c695c6 100644
--- a/src/gui/GraphCanvas.hpp
+++ b/src/gui/GraphCanvas.hpp
@@ -124,8 +124,8 @@ private:
int _auto_position_count;
std::pair<int, int> _auto_position_scroll_offsets;
- int _last_click_x;
- int _last_click_y;
+ int _menu_x;
+ int _menu_y;
int _paste_count;
// Track pasted objects so they can be selected when they arrive