Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2005-03-23 21:50:03 +0300
committerTon Roosendaal <ton@blender.org>2005-03-23 21:50:03 +0300
commitd02b83cf66cd53a50f33102813f792ba3ca05bfe (patch)
tree9734c40ba87392e8b4235765d6a991f23b65ff08 /source/blender/src/space.c
parent0ae9af34a06ec2299cb75d323dd9c19d170ab272 (diff)
- Fix for CTRL (and possible ALT, SHIFT) as hotkey; now also works while
moving mouse around :) - Shift+D duplicate uses new transform
Diffstat (limited to 'source/blender/src/space.c')
-rw-r--r--source/blender/src/space.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/space.c b/source/blender/src/space.c
index 1bd6658a667..6e65d9918f1 100644
--- a/source/blender/src/space.c
+++ b/source/blender/src/space.c
@@ -726,11 +726,11 @@ static void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
if(val) {
- prev_event= event; // for ctrl/alt/shift event
-
if( uiDoBlocks(&curarea->uiblocks, event)!=UI_NOTHING ) event= 0;
if(event==MOUSEY || event==MOUSEX) return;
+ prev_event= event; // for ctrl/alt/shift event
+
if(event==UI_BUT_EVENT) do_butspace(val); // temporal, view3d deserves own queue?
/* we consider manupilator a button, defaulting to leftmouse */