- Fix for CTRL (and possible ALT, SHIFT) as hotkey; now also works while
moving mouse around :) - Shift+D duplicate uses new transform
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user