forked from bartvdbraak/blender
The handy Shift Space for maximise a window space
wasn't being too handy in the text editor, so I've disabled it here now.
This commit is contained in:
parent
6181a5ad41
commit
df84b87fd0
@ -1367,7 +1367,7 @@ void screenmain(void)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (event==SPACEKEY) {
|
else if (event==SPACEKEY) {
|
||||||
if(val && (G.qual & LR_SHIFTKEY)) {
|
if((g_activearea->spacetype!=SPACE_TEXT) && val && (G.qual & LR_SHIFTKEY)) {
|
||||||
area_fullscreen();
|
area_fullscreen();
|
||||||
g_activearea= NULL;
|
g_activearea= NULL;
|
||||||
towin= 0;
|
towin= 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user