[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [21885] branches/blender2.5/blender/source /blender/editors/space_outliner/outliner.c: 2.5

Ton Roosendaal ton at blender.org
Sat Jul 25 17:05:52 CEST 2009


Revision: 21885
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21885
Author:   ton
Date:     2009-07-25 17:05:51 +0200 (Sat, 25 Jul 2009)

Log Message:
-----------
2.5

Fix in previous commit: 
Outliner data view, rna levels didn't open/close correctly.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c

Modified: branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c
===================================================================
--- branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2009-07-25 14:35:08 UTC (rev 21884)
+++ branches/blender2.5/blender/source/blender/editors/space_outliner/outliner.c	2009-07-25 15:05:51 UTC (rev 21885)
@@ -2259,7 +2259,6 @@
 				else tselem->flag |= TSE_CLOSED;
 				
 			}
-			soops->storeflag |= SO_TREESTORE_REDRAW;
 
 			return 1;
 		}
@@ -2371,8 +2370,6 @@
 			if(tselem->flag & TSE_CLOSED) tselem->flag &= ~TSE_CLOSED;
 			else tselem->flag |= TSE_CLOSED;
 		}
-		
-		soops->storeflag |= SO_TREESTORE_REDRAW;
 
 		return 1;
 	}





More information about the Bf-blender-cvs mailing list