Properties: reselect after canceled move

This commit is contained in:
Jon Evans 2022-12-02 21:40:21 -05:00
parent 70f9d8cab9
commit 0bc06d506c
1 changed files with 3 additions and 0 deletions

View File

@ -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 );
}