mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-12 05:49:02 +08:00
Try to fix bug with CheckBox selection if cursor is in TextCtrl.
This commit is contained in:
parent
28b6d222f2
commit
6053c8f54d
@ -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…
x
Reference in New Issue
Block a user