mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: [STUDIO-3547] use Label instead of ErrorMsgStaticText
Change-Id: Ibf813bea7ced38a6a303d6d4bac3cac542663ba0
This commit is contained in:
parent
a4b3a5c000
commit
0162fceb98
6 changed files with 98 additions and 94 deletions
|
@ -31,7 +31,7 @@
|
|||
#include "Widgets/AMSControl.hpp"
|
||||
#include "Widgets/FanControl.hpp"
|
||||
#include "HMS.hpp"
|
||||
#include "Widgets/ErrorMsgStaticText.hpp"
|
||||
|
||||
class StepIndicator;
|
||||
|
||||
#define COMMAND_TIMEOUT_U0 15
|
||||
|
@ -98,7 +98,7 @@ private:
|
|||
Button* m_button_clean;
|
||||
|
||||
ProgressBar* m_gauge_progress;
|
||||
ErrorMsgStaticText* m_error_text;
|
||||
Label* m_error_text;
|
||||
PrintingTaskType m_type;
|
||||
|
||||
public:
|
||||
|
@ -263,7 +263,7 @@ protected:
|
|||
wxBoxSizer * m_tasklist_caption_sizer;
|
||||
wxPanel* m_panel_error_txt;
|
||||
wxPanel* m_staticline;
|
||||
ErrorMsgStaticText * m_error_text;
|
||||
Label * m_error_text;
|
||||
wxStaticText* m_staticText_calibration_caption;
|
||||
wxStaticText* m_staticText_calibration_caption_top;
|
||||
wxStaticText* m_calibration_text;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue