mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
Rename SkeinPanel::on_close() to make it more generice
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user