Bugfix #13667: Outliner doesn't update when changing Parent in Transform Properties

There was a missing refresh call for the Outliner.
This commit is contained in:
Joshua Leung
2008-06-08 10:46:30 +00:00
parent 08f9bcf8ec
commit cee9c7a8fa

View File

@@ -2154,6 +2154,7 @@ void do_viewbuts(unsigned short event)
}
allqueue(REDRAWVIEW3D, 1);
allqueue(REDRAWBUTSOBJECT, 0);
allqueue(REDRAWOOPS, 0);
}
break;