mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-30 22:32:07 +00:00
FIX:speed ctrl in device
1.the speed ctrl shouldn't open popup when the printer is in idle status. 2.add tooltip Change-Id: I3b0b4c58ef1c1961835ee2e06b2e7f3cccb53428
This commit is contained in:
@@ -19,6 +19,7 @@ protected:
|
||||
|
||||
std::vector<wxString> steps;
|
||||
std::vector<wxString> tips;
|
||||
wxString hint;
|
||||
|
||||
int step = -1;
|
||||
|
||||
@@ -35,6 +36,8 @@ public:
|
||||
~StepCtrlBase();
|
||||
|
||||
public:
|
||||
void SetHint(wxString hint);
|
||||
|
||||
bool SetTipFont(wxFont const & font);
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user