FIX:add interface line draft

jira:[STUDIO-13716][STUDIO-13717]

Change-Id: Ib8a4d919ebfab85e07b80e60c80e9271013d05b9
(cherry picked from commit cf3c37abc2629165bfcdb1eee5b00567acde3c83)
This commit is contained in:
milk
2025-08-17 20:58:19 +08:00
committed by Noisyfox
parent 2eb607bf2c
commit 72a64d7966
23 changed files with 77 additions and 1000 deletions

View File

@@ -52,11 +52,11 @@ public:
long style = wxTAB_TRAVERSAL,
const wxString &name = wxEmptyString);
~AmsPanel();
void msw_rescale();
};
class ExtraAmsPanel : public AmsPanel
class ExtraAmsPanel : public AmsPanel
{
public:
ExtraAmsPanel(wxWindow* parent,
@@ -159,6 +159,8 @@ protected:
int last_status = -1;
std::string last_status_str = "";
std::string m_last_laser_product_name = "";
SecondaryCheckDialog* confirm_dlg = nullptr;
void upgrade_firmware_internal();