diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2007-09-10 14:46:48 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2007-09-10 14:46:48 +0000 |
| commit | b6d39eb174bec54d306d2018333aaf1c949b69a9 (patch) | |
| tree | a66d91692154e0a8158e65ad4b39000e19a4dcfd /src/box3d-context.cpp | |
| parent | a fair number of translated messages (diff) | |
| download | inkscape-b6d39eb174bec54d306d2018333aaf1c949b69a9.tar.gz inkscape-b6d39eb174bec54d306d2018333aaf1c949b69a9.zip | |
Don't catch Shift+Ctrl+L (Layers dialog) in 3D box context
(bzr r3708)
Diffstat (limited to 'src/box3d-context.cpp')
| -rw-r--r-- | src/box3d-context.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/box3d-context.cpp b/src/box3d-context.cpp index 2abf0112f..818a87c6c 100644 --- a/src/box3d-context.cpp +++ b/src/box3d-context.cpp @@ -487,6 +487,7 @@ static gint sp_3dbox_context_root_handler(SPEventContext *event_context, GdkEven break; case GDK_L: + if (MOD__CTRL) break; // Don't catch Shift+Ctrl+L (Layers dialog) bc->_vpdrag->show_lines = !bc->_vpdrag->show_lines; bc->_vpdrag->updateLines(); ret = true; |
