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>2009-04-30 20:44:00 +0400
committerTon Roosendaal <ton@blender.org>2009-04-30 20:44:00 +0400
commit3ee6c11e31dcebc0999e335818cc07520dff5389 (patch)
tree7e96b0e2b5385df6be6012e9c78d071d18128a9a /source/blender/editors/interface/interface.c
parent140a60539bb03d4f843e6d6f5aa47e7d726b0971 (diff)
2.5
Two fixes: - objects in editmode now update data on saving .blend - uifonts and uistyles were not freed yet on reading files yet.
Diffstat (limited to 'source/blender/editors/interface/interface.c')
-rw-r--r--source/blender/editors/interface/interface.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/interface/interface.c b/source/blender/editors/interface/interface.c
index fa25153a158..8a1086386e1 100644
--- a/source/blender/editors/interface/interface.c
+++ b/source/blender/editors/interface/interface.c
@@ -3059,7 +3059,6 @@ void UI_init_userdef(void)
void UI_exit(void)
{
- uiStyleExit();
ui_resources_free();
}