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:
2006-11-12 13:28:39 +00:00
parent fe97147be8
commit af4422bdb2

View File

@@ -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: