Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorMatt Ebb <matt@mke3.net>2005-10-24 16:53:24 +0400
committerMatt Ebb <matt@mke3.net>2005-10-24 16:53:24 +0400
commitdf84b87fd0b6f7bea4be6bca0097196d85fd6f49 (patch)
tree7651195d433429ba90a4f2438a07e1479c22dda3 /source
parent6181a5ad4102df5830c117cc53f7b12d28b7ea74 (diff)
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.
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/editscreen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/editscreen.c b/source/blender/src/editscreen.c
index 82c96ec4b6c..cbf9959eb1e 100644
--- a/source/blender/src/editscreen.c
+++ b/source/blender/src/editscreen.c
@@ -1367,7 +1367,7 @@ void screenmain(void)
}
}
else if (event==SPACEKEY) {
- if(val && (G.qual & LR_SHIFTKEY)) {
+ if((g_activearea->spacetype!=SPACE_TEXT) && val && (G.qual & LR_SHIFTKEY)) {
area_fullscreen();
g_activearea= NULL;
towin= 0;