Properties: reselect after canceled move
This commit is contained in:
parent
70f9d8cab9
commit
0bc06d506c
|
@ -815,6 +815,9 @@ int EDIT_TOOL::doMoveSelection( const TOOL_EVENT& aEvent )
|
|||
// reverted state.
|
||||
m_toolMgr->PostEvent( EVENTS::SelectedItemsMoved );
|
||||
|
||||
// Property panel needs to know about the reselect
|
||||
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );
|
||||
|
||||
if( hasRedrawn3D )
|
||||
editFrame->Update3DView( false, true );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue