FIX: update the order of SelectMachineDialog

jira: [STUDIO-8235]
Change-Id: I8156032ec46464e375e74acaca5f4aa440298ce1
(cherry picked from commit 7b650e4aca6e1f2653e32acfe5d862573a62415d)
This commit is contained in:
xin.zhang
2024-12-30 15:33:36 +08:00
committed by Noisyfox
parent 9e799394d1
commit 669e5fe640
2 changed files with 99 additions and 62 deletions

View File

@@ -478,7 +478,6 @@ public:
wxString format_steel_name(NozzleType type);
wxString format_text(wxString &m_msg);
PrintDialogStatus get_status() { return m_print_status; }
std::vector<std::string> sort_string(std::vector<std::string> strArray);
};