From 0341e762b28f732dd2913ebec48405f7718a4617 Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Wed, 4 Feb 2009 11:47:05 +0000 Subject: Assorted fixes: * Added examples of how to patch up MTex adrcodes for Animato. It appears many of the settings there in RNA are still undefined though! * Added undo push for the Outliner tweaks I made * Removed some outdated comment --- source/blender/editors/space_outliner/outliner.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/editors/space_outliner') diff --git a/source/blender/editors/space_outliner/outliner.c b/source/blender/editors/space_outliner/outliner.c index e62eeb42215..ef5b59e905b 100644 --- a/source/blender/editors/space_outliner/outliner.c +++ b/source/blender/editors/space_outliner/outliner.c @@ -2259,6 +2259,11 @@ static int outliner_activate_click(bContext *C, wmOperator *op, wmEvent *event) /* select relevant row */ outliner_select(soops, &soops->tree, &row, &selecting); + + // XXX old flag found in old code, do we still use this? + //soops->storeflag |= SO_TREESTORE_REDRAW; + + BIF_undo_push("Outliner selection event"); } ED_region_tag_redraw(ar); -- cgit v1.2.3