1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-18 09:14:27 +00:00

Rename SkeinPanel::on_close() to make it more generice

This commit is contained in:
Henrik Brix Andersen
2012-06-30 22:57:30 +02:00
parent 4f179a5197
commit df658eb636
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 {