mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
pagelayout_editor, properties_frame.cpp: add missing event.Skip()
wxFocusEvent code **must** skip the event after processing it.
This commit is contained in:
parent
b7f3842b0e
commit
bcdd4ffea4
@ -466,6 +466,7 @@ void PROPERTIES_FRAME::onModify( wxCommandEvent& aEvent )
|
|||||||
void PROPERTIES_FRAME::onTextFocusLost( wxFocusEvent& aEvent )
|
void PROPERTIES_FRAME::onTextFocusLost( wxFocusEvent& aEvent )
|
||||||
{
|
{
|
||||||
m_propertiesDirty = true;
|
m_propertiesDirty = true;
|
||||||
|
aEvent.Skip(); // Mandatory in wxFocusEvent
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user