mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 11:17:51 -06:00
Refactored calls to Wx::Bitmap->new
This commit is contained in:
parent
9576973b57
commit
f006e66549
15 changed files with 64 additions and 63 deletions
|
@ -3,7 +3,7 @@ use Moo;
|
|||
|
||||
has 'growler' => (is => 'rw');
|
||||
|
||||
my $icon = "$Slic3r::var/Slic3r.png";
|
||||
my $icon = $Slic3r::var->("Slic3r.png");
|
||||
|
||||
sub BUILD {
|
||||
my ($self) = @_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue