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

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 {