Update POINT_EDITOR when locking/unlocking via Hotkey/RMB.
Fixes https://gitlab.com/kicad/code/kicad/issues/8489
This commit is contained in:
parent
3d0fe8e2c6
commit
4fb643df93
|
@ -1145,7 +1145,9 @@ int BOARD_EDITOR_CONTROL::modifyLockSelected( MODIFY_MODE aMode )
|
||||||
if( modified )
|
if( modified )
|
||||||
{
|
{
|
||||||
commit.Push( aMode == ON ? _( "Lock" ) : _( "Unlock" ) );
|
commit.Push( aMode == ON ? _( "Lock" ) : _( "Unlock" ) );
|
||||||
m_toolMgr->PostEvent( EVENTS::SelectedItemsModified );
|
|
||||||
|
m_toolMgr->PostEvent( EVENTS::SelectedEvent );
|
||||||
|
m_frame->UpdateMsgPanel();
|
||||||
m_frame->OnModify();
|
m_frame->OnModify();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue