Added missing ViewUpdate flag
This commit is contained in:
parent
0b7305a823
commit
24af7490bb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue