mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Updated action_undo.png icon and added sys_unlock_grey.png & action_undo_grey.png for dark themes of OS
This commit is contained in:
parent
b8cb936973
commit
9a1dbfa6cf
5 changed files with 5 additions and 5 deletions
|
@ -546,8 +546,6 @@ sub _on_select_preset {
|
|||
wxTheApp->{preset_bundle}->update_platter_filament_ui($idx, $choice);
|
||||
} else {
|
||||
my $selected_item = $choice->GetSelection();
|
||||
print ("selected_item = $selected_item\n");
|
||||
print ("selected_item_$group = ". $self->{"selected_item_$group"}. "\n");
|
||||
return if ($selected_item == $self->{"selected_item_$group"});
|
||||
|
||||
my $selected_string = $choice->GetString($selected_item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue