mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 19:53:44 -06:00
Renamed PreviewCanvas to 3DScene
This commit is contained in:
parent
0a62d658d9
commit
fb08588007
7 changed files with 11 additions and 11 deletions
|
|
@ -26,7 +26,7 @@ use Slic3r::GUI::OptionsGroup::Field;
|
|||
use Slic3r::GUI::SimpleTab;
|
||||
use Slic3r::GUI::Tab;
|
||||
|
||||
our $have_OpenGL = eval "use Slic3r::GUI::PreviewCanvas; 1";
|
||||
our $have_OpenGL = eval "use Slic3r::GUI::3DScene; 1";
|
||||
our $have_LWP = eval "use LWP::UserAgent; 1";
|
||||
|
||||
use Wx 0.9901 qw(:bitmap :dialog :icon :id :misc :systemsettings :toplevelwindow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue