mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
Revert incorrect checkins.
This commit is contained in:
parent
ed83ff37f8
commit
3ba625da22
10 changed files with 22 additions and 122 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue