mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
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)
|
temp->Bind(wxEVT_KILL_FOCUS, ([this, temp](wxEvent& e)
|
||||||
{
|
{
|
||||||
on_kill_focus(e);
|
// on_kill_focus(e);
|
||||||
|
e.Skip();
|
||||||
temp->GetToolTip()->Enable(true);
|
temp->GetToolTip()->Enable(true);
|
||||||
}), temp->GetId());
|
}), temp->GetId());
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue