Try to fix bug with CheckBox selection if cursor is in TextCtrl.
This commit is contained in:
parent
28b6d222f2
commit
6053c8f54d
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ namespace Slic3r { namespace GUI {
|
|||
|
||||
temp->Bind(wxEVT_KILL_FOCUS, ([this, temp](wxEvent& e)
|
||||
{
|
||||
on_kill_focus(e);
|
||||
// on_kill_focus(e);
|
||||
e.Skip();
|
||||
temp->GetToolTip()->Enable(true);
|
||||
}), temp->GetId());
|
||||
|
||||
|
|
Loading…
Reference in a new issue