mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-14 19:12:38 -07:00
Sort imported events alphabetically
This commit is contained in:
@@ -60,7 +60,7 @@ sub run {
|
||||
|
||||
package Slic3r::GUI::ConfigWizard::Option;
|
||||
use Wx qw(:combobox :misc :sizer :textctrl);
|
||||
use Wx::Event qw(EVT_SPINCTRL EVT_TEXT EVT_CHECKBOX EVT_COMBOBOX);
|
||||
use Wx::Event qw(EVT_CHECKBOX EVT_COMBOBOX EVT_SPINCTRL EVT_TEXT);
|
||||
use base 'Wx::StaticBoxSizer';
|
||||
|
||||
sub new {
|
||||
|
||||
Reference in New Issue
Block a user