mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Deleted debugging messages
This commit is contained in:
parent
7ba2093a9b
commit
da9b0a9b7d
2 changed files with 0 additions and 7 deletions
|
@ -1852,8 +1852,6 @@ sub on_config_change {
|
|||
sub item_changed_selection{
|
||||
my ($self, $obj_idx) = @_;
|
||||
|
||||
Wx::MessageBox("Inside item_changed_selection", "Slic3r Info", wxOK | wxICON_INFORMATION, $self);
|
||||
|
||||
$self->{canvas}->Refresh;
|
||||
if ($self->{canvas3D}){
|
||||
$self->{canvas3D}->deselect_volumes;
|
||||
|
@ -2067,7 +2065,6 @@ sub select_object {
|
|||
if (defined $obj_idx) {
|
||||
$self->{objects}->[$obj_idx]->selected(1);
|
||||
# Select current object in the list on c++ side
|
||||
Wx::MessageBox("Before select_current_object", "Slic3r Info", wxOK | wxICON_INFORMATION, $self);
|
||||
Slic3r::GUI::select_current_object($obj_idx);
|
||||
} else {
|
||||
# Unselect all objects in the list on c++ side
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue