Fixed 3D view of the Cut dialog.

This commit is contained in:
bubnikv 2017-03-28 14:18:13 +02:00
parent 40b75f6cee
commit 95b45da57c
2 changed files with 4 additions and 1 deletions

View file

@ -18,6 +18,7 @@ sub new {
# init GUI elements
my $canvas = Slic3r::GUI::3DScene->new($self);
$canvas->use_plain_shader(1);
$self->canvas($canvas);
my $slider_low = Wx::Slider->new(
$self, -1,