1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Open the Object Settings dialog when double clicking an item in the list instead of the cut dialog

This commit is contained in:
Alessandro Ranellucci
2015-01-14 23:21:54 +01:00
parent b518d5d32f
commit ebf17d14f0
+1 -1
View File
@@ -1342,7 +1342,7 @@ sub list_item_activated {
my ($self, $event, $obj_idx) = @_;
$obj_idx //= $event->GetIndex;
$self->object_cut_dialog($obj_idx);
$self->object_settings_dialog($obj_idx);
}
sub object_cut_dialog {