summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/selector.cpp
diff options
context:
space:
mode:
authorKrzysztof Kosi??ski <tweenk.pl@gmail.com>2010-02-09 02:20:18 +0000
committerKrzysztof KosiƄski <tweenk.pl@gmail.com>2010-02-09 02:20:18 +0000
commit81f88ca0856da56bdf426cd065ff0acd3414567f (patch)
treec909cc475397273059093d0fc8157f26b83350c1 /src/ui/tool/selector.cpp
parentTranslations. German translation update by uwesch. (diff)
downloadinkscape-81f88ca0856da56bdf426cd065ff0acd3414567f.tar.gz
inkscape-81f88ca0856da56bdf426cd065ff0acd3414567f.zip
Fix multiple minor problems in the node tool
(bzr r9070)
Diffstat (limited to 'src/ui/tool/selector.cpp')
-rw-r--r--src/ui/tool/selector.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tool/selector.cpp b/src/ui/tool/selector.cpp
index a30f96025..d766d5be3 100644
--- a/src/ui/tool/selector.cpp
+++ b/src/ui/tool/selector.cpp
@@ -102,8 +102,8 @@ Selector::~Selector()
bool Selector::event(GdkEvent *event)
{
// The hidden control point will capture all events after it obtains the grab,
- // but it relies on this function to initiate it. Here we can filter what events
- // it will receive.
+ // but it relies on this function to initiate it. If we pass only first button
+ // press events here, it won't interfere with any other event handling.
switch (event->type) {
case GDK_BUTTON_PRESS:
// Do not pass button presses other than left button to the control point.