Patch #5184, Juho V (bebraw)
One liner basically; makes toolbox pop up like in 3d window, if you've set it to reveil on holding RMB.
This commit is contained in:
@@ -1903,7 +1903,8 @@ void winqreadnodespace(ScrArea *sa, void *spacedata, BWinEvent *evt)
|
||||
break;
|
||||
|
||||
case RIGHTMOUSE:
|
||||
node_mouse_select(snode, event);
|
||||
if(!node_mouse_select(snode, event))
|
||||
toolbox_n();
|
||||
|
||||
break;
|
||||
case MIDDLEMOUSE:
|
||||
|
||||
Reference in New Issue
Block a user