GCode Preview - Fixed behavior of the feature types combo
This commit is contained in:
parent
0d6a013658
commit
6b14e7cc54
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue