Bugfix #4747
Using "Deselect all" pulldown in Node Editor crashed when no nodetree is visible. Bugfix #4753 Hotkey SHIFT+P in buttons window started game engine, which it should not.
This commit is contained in:
@@ -3423,7 +3423,7 @@ static void winqreadbutspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
||||
sa= curarea;
|
||||
areawinset(sa3d->win);
|
||||
|
||||
if(event==PKEY) start_game();
|
||||
if(event==PKEY && G.qual==0) start_game();
|
||||
else if(event==ZKEY) toggle_shading();
|
||||
else persptoetsen(event);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user