Fry to fix OSX-crashing on UnselectAll

This commit is contained in:
YuSanka 2018-08-10 14:02:47 +02:00
parent 0477d4d802
commit 4b8d7bd7fa
2 changed files with 7 additions and 3 deletions

View file

@ -2222,6 +2222,8 @@ sub selection_changed {
}
$self->Layout;
}
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);