Properties: pick up single selections

Fixes: https://gitlab.com/kicad/code/kicad/-/issues/12302
This commit is contained in:
Mike Williams 2022-08-30 13:42:02 -04:00
parent 91fbb5c957
commit a176bf383e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ void PROPERTIES_TOOL::setTransitions()
{
TOOL_EVENT undoRedoPostEvt = { TC_MESSAGE, TA_UNDO_REDO_POST, AS_GLOBAL };
Go( &PROPERTIES_TOOL::UpdateProperties, undoRedoPostEvt );
Go( &PROPERTIES_TOOL::UpdateProperties, EVENTS::PointSelectedEvent );
Go( &PROPERTIES_TOOL::UpdateProperties, EVENTS::SelectedEvent );
Go( &PROPERTIES_TOOL::UpdateProperties, EVENTS::UnselectedEvent );
Go( &PROPERTIES_TOOL::UpdateProperties, EVENTS::ClearedEvent );