summaryrefslogtreecommitdiffstats
path: root/src/Canvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Canvas.cpp')
-rw-r--r--src/Canvas.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Canvas.cpp b/src/Canvas.cpp
index 7674813..dcc59b2 100644
--- a/src/Canvas.cpp
+++ b/src/Canvas.cpp
@@ -960,7 +960,6 @@ GanvCanvasImpl::select_drag_handler(GdkEvent* event)
"fill-color", SELECT_RECT_FILL_COLOUR,
"border-color", SELECT_RECT_BORDER_COLOUR,
NULL));
- ganv_item_lower_to_bottom(GANV_ITEM(_select_rect));
ganv_item_grab(
GANV_ITEM(root()), GDK_POINTER_MOTION_MASK|GDK_BUTTON_RELEASE_MASK,
NULL, event->button.time);