fix canvas enter/leave bug when point is over a group/ignore-event item and we fail...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 25 Feb 2014 21:08:36 +0000 (16:08 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 25 Feb 2014 21:08:36 +0000 (16:08 -0500)
libs/canvas/canvas.cc

index bc61c615e666674a4b551eaae41034c9f5e4797b..7a1c9ed1f8501995a371f86756926f06d5c58c5a 100644 (file)
@@ -351,6 +351,7 @@ GtkCanvas::pick_current_item (Duple const & point, int state)
        if (within_items.empty()) {
 
                /* no items at point, just send leave event below */
+               _new_current_item = 0;
 
        } else {