Properties: pick up single selections
Fixes: https://gitlab.com/kicad/code/kicad/-/issues/12302
This commit is contained in:
parent
91fbb5c957
commit
a176bf383e
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue