Fixed typo bug

This commit is contained in:
YuSanka
2018-06-12 11:01:14 +02:00
parent fd119906ff
commit a7a5d3dc62

View File

@@ -202,7 +202,7 @@ namespace Slic3r { namespace GUI {
temp->Bind(wxEVT_TEXT, ([this](wxCommandEvent)
{
#ifdef __WXGTK__
bool bChangedValueEvent = true;
bChangedValueEvent = true;
#else
on_change_field();
#endif //__WXGTK__