Open the Object Settings dialog when double clicking an item in the list instead of the cut dialog
This commit is contained in:
parent
b518d5d32f
commit
ebf17d14f0
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user