mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Convert Slic3r::GUI::notify() from class method to instance method.
This commit is contained in:
parent
9f3031a069
commit
a2a35f47f6
3 changed files with 7 additions and 7 deletions
|
@ -149,7 +149,7 @@ sub do_slice {
|
|||
$message .= sprintf " %.1f seconds", $print->processing_time - $minutes*60;
|
||||
}
|
||||
$message .= ".";
|
||||
Slic3r::GUI::notify($message);
|
||||
&Wx::wxTheApp->notify($message);
|
||||
Wx::MessageDialog->new($self, $message, 'Slicing Done!',
|
||||
wxOK | wxICON_INFORMATION)->ShowModal;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue