mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-29 17:44:36 +08:00
fixed typo-bug
This commit is contained in:
parent
f2563c4a22
commit
8ba48f8dc5
@ -228,7 +228,7 @@ namespace Slic3r { namespace GUI {
|
|||||||
{
|
{
|
||||||
#ifdef __WXGTK__
|
#ifdef __WXGTK__
|
||||||
if (bChangedValueEvent)
|
if (bChangedValueEvent)
|
||||||
change_field_value(ent);
|
change_field_value(evt);
|
||||||
else
|
else
|
||||||
bChangedValueEvent = true;
|
bChangedValueEvent = true;
|
||||||
#else
|
#else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user