summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2d4aecc)
raw | patch | inline | side by side (parent: 2d4aecc)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 20 Aug 2007 05:52:44 +0000 (05:52 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Mon, 20 Aug 2007 05:52:44 +0000 (05:52 +0000) |
src/select-context.cpp | patch | blob | history |
diff --git a/src/select-context.cpp b/src/select-context.cpp
index 937e369591542825087469cf66e8ee10cd218cd8..c8186b1fd1ef4b86c15ea6ceb1390c6ba91738c1 100644 (file)
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
}
if (!seltrans->isEmpty())
seltrans->moveTo(p, event->button.state);
- if (desktop->scroll_to_point(&p))
- // unfortunately in complex drawings, gobbling results in losing grab of the object, for some mysterious reason
- ; //gobble_motion_events(GDK_BUTTON1_MASK);
+ desktop->scroll_to_point(&p);
+ gobble_motion_events(GDK_BUTTON1_MASK);
ret = TRUE;
} else {
sc->dragging = FALSE;