Added missing ViewUpdate flag

This commit is contained in:
Maciej Suminski 2013-10-02 11:25:04 +02:00
parent 0b7305a823
commit 24af7490bb
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ int MOVE_TOOL::Main( TOOL_EVENT& aEvent )
if( restore )
{
// Modifications has to be rollbacked, so restore the previous state of items
selection.group->ItemsViewUpdate( VIEW_ITEM::APPEARANCE );
m_state.RestoreAll();
}
else