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:
YuSanka 2018-04-23 10:27:42 +02:00
parent b8cb936973
commit 9a1dbfa6cf
5 changed files with 5 additions and 5 deletions

View file

@ -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);