mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-31 06:42:07 +00:00
feature remove test code
This commit is contained in:
@@ -1021,11 +1021,6 @@ PreferencesDialog::PreferencesDialog(wxWindow *parent, wxWindowID id, const wxSt
|
|||||||
: DPIDialog(parent, id, _L("Preferences"), pos, size, style)
|
: DPIDialog(parent, id, _L("Preferences"), pos, size, style)
|
||||||
{
|
{
|
||||||
SetBackgroundColour(*wxWHITE);
|
SetBackgroundColour(*wxWHITE);
|
||||||
|
|
||||||
wxPanel* pPanel = new wxPanel(nullptr);
|
|
||||||
delete pPanel;
|
|
||||||
delete pPanel;
|
|
||||||
|
|
||||||
create();
|
create();
|
||||||
wxGetApp().UpdateDlgDarkUI(this);
|
wxGetApp().UpdateDlgDarkUI(this);
|
||||||
Bind(wxEVT_CLOSE_WINDOW, [this](wxCloseEvent& event) {
|
Bind(wxEVT_CLOSE_WINDOW, [this](wxCloseEvent& event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user