mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -06:00
Rename SkeinPanel::on_close() to make it more generice
This commit is contained in:
parent
4f179a5197
commit
df658eb636
2 changed files with 3 additions and 3 deletions
|
@ -127,7 +127,7 @@ sub about {
|
|||
|
||||
sub on_close {
|
||||
my ($frame, $event) = @_;
|
||||
$event->CanVeto ? $event->Skip($frame->{skeinpanel}->on_close) : $event->Skip(1);
|
||||
$event->CanVeto ? $event->Skip($frame->{skeinpanel}->check_unsaved_changes) : $event->Skip(1);
|
||||
}
|
||||
|
||||
sub catch_error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue