summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c44f6b1)
raw | patch | inline | side by side (parent: c44f6b1)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 19 Aug 2007 23:48:50 +0000 (23:48 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 19 Aug 2007 23:48:50 +0000 (23:48 +0000) |
src/knot.cpp | patch | blob | history |
diff --git a/src/knot.cpp b/src/knot.cpp
index 3cc5324d4315f90342e068747f55aaccc1bf12d3..87b5c2bb908a5b58a4ab6563ba96517d2dadb815 100644 (file)
--- a/src/knot.cpp
+++ b/src/knot.cpp
sp_knot_request_position (knot, &p, event->motion.state);
knot->desktop->scroll_to_point (&motion_dt);
knot->desktop->set_coordinate_status(knot->pos); // display the coordinate of knot, not cursor - they may be different!
+ if (event->motion.state & GDK_BUTTON1_MASK)
+ gobble_motion_events(GDK_BUTTON1_MASK);
moved = TRUE;
}
break;