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
|
@ -182,7 +182,6 @@ sub new {
|
|||
EVT_LIST_ITEM_ACTIVATED($self, $self->{list}, \&list_item_activated);
|
||||
EVT_KEY_DOWN($self->{list}, sub {
|
||||
my ($list, $event) = @_;
|
||||
print "Plater.pm: Getting key $event\n";
|
||||
if ($event->GetKeyCode == WXK_TAB) {
|
||||
$list->Navigate($event->ShiftDown ? &Wx::wxNavigateBackward : &Wx::wxNavigateForward);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue