mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-27 12:52:07 +00:00
FIX:add interface line draft
jira:[STUDIO-13716][STUDIO-13717] Change-Id: Ib8a4d919ebfab85e07b80e60c80e9271013d05b9 (cherry picked from commit cf3c37abc2629165bfcdb1eee5b00567acde3c83)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user