mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -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
|
@ -30,7 +30,7 @@ warn "Running Slic3r under Perl 5.16 is not supported nor recommended\n"
|
|||
if $^V == v5.16;
|
||||
|
||||
use FindBin;
|
||||
our $var = decode_path($FindBin::Bin) . "/var";
|
||||
our $var = sub { decode_path($FindBin::Bin) . "/var/" . $_[0] };
|
||||
|
||||
use Moo 1.003001;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue