Merge branch 'master' of https://github.com/prusa3d/Slic3r into time_estimate

This commit is contained in:
Enrico Turri 2018-06-12 11:08:36 +02:00
commit 64104c8f1f
11 changed files with 4705 additions and 4243 deletions

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__