mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 17:27:52 -06:00
Experiment with own ComboCtrl for preset_choice.
This commit is contained in:
parent
6053c8f54d
commit
e4b767e840
5 changed files with 118 additions and 2 deletions
|
@ -173,8 +173,7 @@ namespace Slic3r { namespace GUI {
|
|||
|
||||
temp->Bind(wxEVT_KILL_FOCUS, ([this, temp](wxEvent& e)
|
||||
{
|
||||
// on_kill_focus(e);
|
||||
e.Skip();
|
||||
e.Skip();// on_kill_focus(e);
|
||||
temp->GetToolTip()->Enable(true);
|
||||
}), temp->GetId());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue