mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-29 09:11:59 +08:00
New Spin control: KillFocus wasn't processed correct in Ramming and ConfigWizard dialogs
This commit is contained in:
parent
53ad95bfd9
commit
8876d61d03
@ -384,7 +384,7 @@ void SpinInput::onTextLostFocus(wxEvent &event)
|
|||||||
// pass to outer
|
// pass to outer
|
||||||
event.SetId(GetId());
|
event.SetId(GetId());
|
||||||
ProcessEventLocally(event);
|
ProcessEventLocally(event);
|
||||||
e.Skip();
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SpinInput::onTextEnter(wxCommandEvent &event)
|
void SpinInput::onTextEnter(wxCommandEvent &event)
|
||||||
@ -581,7 +581,7 @@ void SpinInputDouble::onTextLostFocus(wxEvent &event)
|
|||||||
// pass to outer
|
// pass to outer
|
||||||
event.SetId(GetId());
|
event.SetId(GetId());
|
||||||
ProcessEventLocally(event);
|
ProcessEventLocally(event);
|
||||||
e.Skip();
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SpinInputDouble::onTextEnter(wxCommandEvent &event)
|
void SpinInputDouble::onTextEnter(wxCommandEvent &event)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user