mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-12 03:27:55 +00:00
ENH:hide the picture of the extruder
Change-Id: I7ca3e38570067ad769303d1d0d29d3bbde99a81e (cherry picked from commit 15f33638a1017572aea3523e916328e47cb8861e)
This commit is contained in:
@@ -10,7 +10,7 @@ class StepCtrlBase : public StaticBox
|
||||
{
|
||||
protected:
|
||||
wxFont font_tip;
|
||||
StateColor clr_bar;
|
||||
StateColor clr_bar;
|
||||
StateColor clr_step;
|
||||
StateColor clr_text;
|
||||
StateColor clr_tip;
|
||||
@@ -108,7 +108,7 @@ class FilamentStepIndicator : public StepCtrlBase
|
||||
|
||||
{
|
||||
ScalableBitmap bmp_ok;
|
||||
wxBitmap bmp_extruder;
|
||||
//wxBitmap bmp_extruder;
|
||||
wxString m_slot_information = "";
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user