summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2014-01-10 15:20:26 +0000
committerMartin Owens <doctormo@gmail.com>2014-01-10 15:20:26 +0000
commit903730cac5a4387a308ae393363fc8f3161560ea (patch)
tree50b6cfcc78ea6f1dfaedc289db231163586c2760 /src/desktop-events.cpp
parentGive the selection id a default just in case every selected item has no id. F... (diff)
downloadinkscape-903730cac5a4387a308ae393363fc8f3161560ea.tar.gz
inkscape-903730cac5a4387a308ae393363fc8f3161560ea.zip
Stop button_release events causing an enter_notify with a simple break. Fixes bug #1255791
Fixed bugs: - https://launchpad.net/bugs/1255791 (bzr r12911)
Diffstat (limited to 'src/desktop-events.cpp')
-rw-r--r--src/desktop-events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop-events.cpp b/src/desktop-events.cpp
index 4f8f7889f..724ce7438 100644
--- a/src/desktop-events.cpp
+++ b/src/desktop-events.cpp
@@ -483,6 +483,7 @@ gint sp_dt_guide_event(SPCanvasItem *item, GdkEvent *event, gpointer data)
sp_canvas_item_ungrab(item, event->button.time);
ret=TRUE;
}
+ break;
case GDK_ENTER_NOTIFY:
{
sp_guideline_set_color(SP_GUIDELINE(item), guide->hicolor);