Fix pin code dialog dark color

This commit is contained in:
Noisyfox
2025-10-19 10:09:04 +08:00
parent cc7d2bd136
commit 58f0c32a80

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_simplebook->SetSelection(0);
wxGetApp().UpdateDlgDarkUI(this);
}
void PingCodeBindDialog::on_key_input(wxKeyEvent& evt)