Fixed a bug where the device list button could not be added properly when certain language characters were included

This commit is contained in:
sunsets
2024-03-28 13:51:08 +08:00
parent 6485825ad8
commit 58e2343a2e
3 changed files with 11 additions and 10 deletions

View File

@@ -94,7 +94,7 @@ public:
Refresh();
}
//B58
//B59
void SetIsQIDI(const bool &text)
{
m_is_QIDI = text;
@@ -226,7 +226,7 @@ private:
wxString m_state_text;
wxString m_progress_text;
std::function<void(wxMouseEvent &)> m_handlerl;
//B58
//B59
bool m_is_QIDI;
wxDECLARE_EVENT_TABLE();
};