mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 15:38:59 +08:00
Sort imported events alphabetically
This commit is contained in:
parent
a72b914eb0
commit
a4219ba352
@ -60,7 +60,7 @@ sub run {
|
|||||||
|
|
||||||
package Slic3r::GUI::ConfigWizard::Option;
|
package Slic3r::GUI::ConfigWizard::Option;
|
||||||
use Wx qw(:combobox :misc :sizer :textctrl);
|
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';
|
use base 'Wx::StaticBoxSizer';
|
||||||
|
|
||||||
sub new {
|
sub new {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user