From ee84249ca1beba20664f3b64bd0b480c7db9a255 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 10 Jul 2007 13:34:55 +0000 Subject: Click-select entire 3D boxes instead of only single faces; faces can still be selected with (Alt+)Ctrl-Click (bzr r3210) --- src/box3d-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/box3d-context.cpp') diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index ab95e7f5e..f9b2a1838 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -311,7 +311,7 @@ static gint sp_3dbox_context_root_handler(SPEventContext *event_context, GdkEven event_context->within_tolerance = true; // remember clicked item, disregarding groups, honoring Alt - event_context->item_to_select = sp_event_context_find_item (desktop, button_w, event->button.state & GDK_MOD1_MASK, TRUE); + event_context->item_to_select = sp_event_context_find_item (desktop, button_w, event->button.state & GDK_MOD1_MASK, event->button.state & GDK_CONTROL_MASK); dragging = true; -- cgit v1.2.3