mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-20 05:07:51 -06:00
Added MessageBoxes for experimenting on OSX
This commit is contained in:
parent
ebe5ee3b1f
commit
e2a7bd4a14
3 changed files with 8 additions and 0 deletions
|
@ -179,6 +179,7 @@ sub _init_tabpanel {
|
|||
my $obj_idx = $event->GetInt;
|
||||
|
||||
$self->{plater}->select_object($obj_idx < 0 ? undef: $obj_idx);
|
||||
Wx::MessageBox("Before item_changed_selection", "Slic3r Info", wxOK | wxICON_INFORMATION, $self);
|
||||
$self->{plater}->item_changed_selection($obj_idx);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue