Use LambdaObjectDialog in GUI.pm to avoid crash on Windows.

This commit is contained in:
Joseph Lenox
2017-02-21 16:09:51 +01:00
committed by bubnikv
parent 107c89d37b
commit ff33fbbb9a
+1
View File
@@ -25,6 +25,7 @@ use Slic3r::GUI::Plater::3DPreview;
use Slic3r::GUI::Plater::ObjectPartsPanel;
use Slic3r::GUI::Plater::ObjectCutDialog;
use Slic3r::GUI::Plater::ObjectSettingsDialog;
use Slic3r::GUI::Plater::LambdaObjectDialog;
use Slic3r::GUI::Plater::OverrideSettingsPanel;
use Slic3r::GUI::Preferences;
use Slic3r::GUI::ProgressStatusBar;