Outliner: Avoid rebuilding tree when mouse-hover highlight changes

This commit is contained in:
Julian Eisel 2016-10-15 19:44:37 +02:00
parent 3999910b19
commit f929045c2c
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ static int outliner_highlight_update(bContext *C, wmOperator *UNUSED(op), const
}
if (changed) {
soops->storeflag |= SO_TREESTORE_REDRAW; /* only needs to redraw, no rebuild */
ED_region_tag_redraw(ar);
}