mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Open the settings dialog instead of the cut dialog when user double clicks on objects in plater
This commit is contained in:
@@ -76,7 +76,7 @@ sub new {
|
||||
$self->select_object($obj_idx);
|
||||
});
|
||||
$self->{canvas}->on_double_click(sub {
|
||||
$self->object_cut_dialog if $self->selected_object;
|
||||
$self->object_settings_dialog if $self->selected_object;
|
||||
});
|
||||
$self->{canvas}->on_right_click(sub {
|
||||
my ($click_pos) = @_;
|
||||
|
||||
Reference in New Issue
Block a user