1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

fixed typo-bug

This commit is contained in:
YuSanka
2018-09-05 12:33:04 +02:00
parent f2563c4a22
commit 8ba48f8dc5
+1 -1
View File
@@ -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