mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Sort imported events alphabetically
This commit is contained in:
parent
a72b914eb0
commit
a4219ba352
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue