mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -06:00
Try to fix OSX crashing on UnselectAll
This commit is contained in:
parent
acac6b0b44
commit
a2eff85fa8
2 changed files with 10 additions and 8 deletions
|
@ -2223,7 +2223,7 @@ sub selection_changed {
|
|||
$self->Layout;
|
||||
}
|
||||
|
||||
print "selection_changed -> have_sel = $have_sel\n";
|
||||
#print "selection_changed -> have_sel = $have_sel\n";
|
||||
|
||||
# prepagate the event to the frame (a custom Wx event would be cleaner)
|
||||
$self->GetFrame->on_plater_selection_changed($have_sel);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue