mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
Fixed typo bug
This commit is contained in:
parent
07815891dc
commit
b134fb8c39
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ namespace Slic3r { namespace GUI {
|
||||||
temp->Bind(wxEVT_TEXT, ([this](wxCommandEvent)
|
temp->Bind(wxEVT_TEXT, ([this](wxCommandEvent)
|
||||||
{
|
{
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
bool bChangedValueEvent = true;
|
bChangedValueEvent = true;
|
||||||
#else
|
#else
|
||||||
on_change_field();
|
on_change_field();
|
||||||
#endif //__WXGTK__
|
#endif //__WXGTK__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue