1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +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__
if (bChangedValueEvent)
change_field_value(ent);
change_field_value(evt);
else
bChangedValueEvent = true;
#else