GCode Preview - Fixed behavior of the feature types combo

This commit is contained in:
Enrico Turri 2018-02-07 10:22:35 +01:00
parent 0d6a013658
commit 6b14e7cc54

View file

@ -72,7 +72,6 @@ sub new {
my $combochecklist_features = Wx::ComboCtrl->new(); my $combochecklist_features = Wx::ComboCtrl->new();
$combochecklist_features->Create($self, -1, "Feature types", wxDefaultPosition, [200, -1], wxCB_READONLY); $combochecklist_features->Create($self, -1, "Feature types", wxDefaultPosition, [200, -1], wxCB_READONLY);
$combochecklist_features->UseAltPopupWindow();
$combochecklist_features->EnablePopupAnimation(0); $combochecklist_features->EnablePopupAnimation(0);
my $feature_text = "Feature types"; 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"; 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";