mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-19 04:37:52 -06:00
remove: "FIX:fixed some issues with sending prints"
This reverts commit d1036a86604da5d5f72bb9531618d959036caf42. Change-Id: I17ad13d477ece20638c9c1a2f72aea7401d335ca
This commit is contained in:
parent
4a52147443
commit
9abe0ad9f6
7 changed files with 15 additions and 96 deletions
|
@ -56,9 +56,7 @@ public:
|
|||
void set_cancel_callback(CancelFn = CancelFn()) override;
|
||||
inline void reset_cancel_callback() { set_cancel_callback(); }
|
||||
wxPanel * get_panel();
|
||||
bool is_english_text(wxString str);
|
||||
wxString format_text(wxStaticText* st, wxString str, int warp);
|
||||
void set_status_text(const wxString& txt);
|
||||
void set_status_text(const wxString &txt);
|
||||
void set_percent_text(const wxString &txt);
|
||||
void msw_rescale();
|
||||
void set_status_text(const std::string &txt);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue