Try to fix bug with CheckBox selection if cursor is in TextCtrl.

This commit is contained in:
YuSanka 2018-04-05 13:52:30 +02:00
parent 28b6d222f2
commit 6053c8f54d

View file

@ -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());