mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 08:17:51 -06:00
NEW:use new humidity img
Change-Id: I8e5b68f929e2638d9c94bab3d9ed6b8d7133d586
This commit is contained in:
parent
c8729bec8f
commit
47c04e75a7
7 changed files with 63 additions and 63 deletions
|
@ -963,11 +963,11 @@ AMSRoad::AMSRoad(wxWindow *parent, wxWindowID id, Caninfo info, int canindex, in
|
|||
m_rode_mode = AMSRoadMode::AMS_ROAD_MODE_NONE_ANY_ROAD;
|
||||
}
|
||||
|
||||
ams_humidity_0 = ScalableBitmap(this, "ams_humidity_0", 18);
|
||||
ams_humidity_1 = ScalableBitmap(this, "ams_humidity_1", 18);
|
||||
ams_humidity_2 = ScalableBitmap(this, "ams_humidity_2", 18);
|
||||
ams_humidity_3 = ScalableBitmap(this, "ams_humidity_3", 18);
|
||||
ams_humidity_4 = ScalableBitmap(this, "ams_humidity_4", 18);
|
||||
ams_humidity_0 = ScalableBitmap(this, "ams_humidity_0", 20);
|
||||
ams_humidity_1 = ScalableBitmap(this, "ams_humidity_1", 20);
|
||||
ams_humidity_2 = ScalableBitmap(this, "ams_humidity_2", 20);
|
||||
ams_humidity_3 = ScalableBitmap(this, "ams_humidity_3", 20);
|
||||
ams_humidity_4 = ScalableBitmap(this, "ams_humidity_4", 20);
|
||||
|
||||
create(parent, id, pos, size);
|
||||
Bind(wxEVT_PAINT, &AMSRoad::paintEvent, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue