mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 13:04:03 -06:00
3DScene mouse wheel event moved to c++
This commit is contained in:
parent
aacdcd4add
commit
db260a669c
9 changed files with 148 additions and 116 deletions
|
@ -32,6 +32,7 @@ sub new {
|
|||
$self->{print} = $print;
|
||||
$self->{config} = $config;
|
||||
#==============================================================================================================================
|
||||
Slic3r::GUI::_3DScene::set_print($self, $print);
|
||||
Slic3r::GUI::_3DScene::set_config($self, $config);
|
||||
#==============================================================================================================================
|
||||
$self->{on_select_object} = sub {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue