From 6b14e7cc5417c8f0b7477c0d86ac2e25a101a27c Mon Sep 17 00:00:00 2001 From: Enrico Turri Date: Wed, 7 Feb 2018 10:22:35 +0100 Subject: [PATCH] GCode Preview - Fixed behavior of the feature types combo --- lib/Slic3r/GUI/Plater/3DPreview.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Slic3r/GUI/Plater/3DPreview.pm b/lib/Slic3r/GUI/Plater/3DPreview.pm index 2b853dbb32..1f7408b7af 100644 --- a/lib/Slic3r/GUI/Plater/3DPreview.pm +++ b/lib/Slic3r/GUI/Plater/3DPreview.pm @@ -72,7 +72,6 @@ sub new { my $combochecklist_features = Wx::ComboCtrl->new(); $combochecklist_features->Create($self, -1, "Feature types", wxDefaultPosition, [200, -1], wxCB_READONLY); - $combochecklist_features->UseAltPopupWindow(); $combochecklist_features->EnablePopupAnimation(0); my $feature_text = "Feature types"; my $feature_items = "Perimeter|External perimeter|Overhang perimeter|Internal infill|Solid infill|Top solid infill|Bridge infill|Gap fill|Skirt|Support material|Support material interface|Wipe tower";