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 )
|
if( restore )
|
||||||
{
|
{
|
||||||
// Modifications has to be rollbacked, so restore the previous state of items
|
// Modifications has to be rollbacked, so restore the previous state of items
|
||||||
|
selection.group->ItemsViewUpdate( VIEW_ITEM::APPEARANCE );
|
||||||
m_state.RestoreAll();
|
m_state.RestoreAll();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue