mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-29 09:03:14 +08:00
ENH:hide the picture of the extruder
Change-Id: I7ca3e38570067ad769303d1d0d29d3bbde99a81e
This commit is contained in:
parent
8f5887735a
commit
15f33638a1
@ -360,7 +360,7 @@ FilamentStepIndicator::FilamentStepIndicator(wxWindow* parent, wxWindowID id, co
|
||||
, bmp_ok(this, "step_ok", 12)
|
||||
{
|
||||
static Slic3r::GUI::BitmapCache cache;
|
||||
bmp_extruder = *cache.load_png("filament_load_extruder", FromDIP(300), FromDIP(200), false, false);
|
||||
//bmp_extruder = *cache.load_png("filament_load_extruder", FromDIP(300), FromDIP(200), false, false);
|
||||
SetFont(Label::Body_12);
|
||||
font_tip = Label::Body_12;
|
||||
clr_bar = 0xE1E1E1;
|
||||
@ -412,7 +412,7 @@ void FilamentStepIndicator::doRender(wxDC& dc)
|
||||
|
||||
dc.SetFont(::Label::Body_13);
|
||||
|
||||
dc.DrawBitmap(bmp_extruder, FromDIP(250), circleY);
|
||||
//dc.DrawBitmap(bmp_extruder, FromDIP(250), circleY);
|
||||
circleY += sz.y;
|
||||
|
||||
int textWidth = size.x - radius * 5;
|
||||
|
@ -108,7 +108,7 @@ class FilamentStepIndicator : public StepCtrlBase
|
||||
|
||||
{
|
||||
ScalableBitmap bmp_ok;
|
||||
wxBitmap bmp_extruder;
|
||||
//wxBitmap bmp_extruder;
|
||||
wxString m_slot_information = "";
|
||||
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user