Fix pin code dialog dark color

This commit is contained in:
Noisyfox
2025-10-19 10:09:04 +08:00
parent 01c02051f2
commit 1a0979988a

View File

@@ -232,6 +232,8 @@ PingCodeBindDialog::PingCodeBindDialog(Plater* plater /*= nullptr*/)
m_button_close->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(PingCodeBindDialog::on_cancel), NULL, this); m_button_close->Connect(wxEVT_COMMAND_BUTTON_CLICKED, wxCommandEventHandler(PingCodeBindDialog::on_cancel), NULL, this);
m_simplebook->SetSelection(0); m_simplebook->SetSelection(0);
wxGetApp().UpdateDlgDarkUI(this);
} }
void PingCodeBindDialog::on_key_input(wxKeyEvent& evt) void PingCodeBindDialog::on_key_input(wxKeyEvent& evt)