Fixed upgrade of vendor profile from the application resources

after an upgrade of the application.
This commit is contained in:
bubnikv 2018-07-21 09:32:45 +02:00
parent e19a74865b
commit 88bf7c852c
2 changed files with 18 additions and 6 deletions

View file

@ -169,7 +169,8 @@ sub OnInit {
$self->update_ui_from_settings;
});
# The following event is emited by PresetUpdater (C++)
# The following event is emited by PresetUpdater (C++) to inform about
# the newer Slic3r application version avaiable online.
EVT_COMMAND($self, -1, $VERSION_ONLINE_EVENT, sub {
my ($self, $event) = @_;
my $version = $event->GetString;