mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-06 22:10:49 -07:00
Revert incorrect checkins.
This commit is contained in:
@@ -124,7 +124,6 @@ sub mouse_event {
|
||||
if ($e->Entering && &Wx::wxMSW) {
|
||||
# wxMSW needs focus in order to catch mouse wheel events
|
||||
$self->SetFocus;
|
||||
print "Slic3r::GUI::3DScene::Base; SetFocus\n";
|
||||
} elsif ($e->LeftDClick) {
|
||||
$self->on_double_click->()
|
||||
if $self->on_double_click;
|
||||
|
||||
Reference in New Issue
Block a user