mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Try to fix bug with CheckBox selection if cursor is in TextCtrl.
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user