1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-14 08:34:26 +00:00

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
+2 -1
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());