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
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2012-12-19 20:45:47 +0400
committerTon Roosendaal <ton@blender.org>2012-12-19 20:45:47 +0400
commiteac2042fc0218d6117ab6f0cacc7b121241a6033 (patch)
tree24cb74fdd1249740130986bc1484f40f3b53d073 /source/blender/editors/screen
parent482630652b08ddac65a8e974956a8ed982fa6bea (diff)
Another patch for changes in file format...
- Since 2.50, the .blends have the current file name stored - In versions up to 2.65.0 this didn't save for files saved from startup (i.e. files saved without loading a file) Code now adds the file name after all, except for recovery loads.
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/screen_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/screen_edit.c b/source/blender/editors/screen/screen_edit.c
index c827d8c686b..557bdb8995b 100644
--- a/source/blender/editors/screen/screen_edit.c
+++ b/source/blender/editors/screen/screen_edit.c
@@ -672,7 +672,7 @@ static void screen_test_scale(bScreen *sc, int winsizex, int winsizey)
CLAMP(sv->vec.y, 0, winsizey);
}
-}
+ }
/* test for collapsed areas. This could happen in some blender version... */
/* ton: removed option now, it needs Context... */