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

This commit is contained in:
Joseph Lenox 2016-11-27 16:05:28 -06:00 committed by bubnikv
parent 107c89d37b
commit ff33fbbb9a

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;