mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-15 22:21:52 -06:00
FIX:added icon for chamber temperature change
jira:[STUDIO-3902] Change-Id: I699ae5025e80a2914276ee505bead9bac151f219
This commit is contained in:
parent
ddda60d479
commit
1266e1f19e
2 changed files with 6 additions and 1 deletions
|
@ -1036,7 +1036,7 @@ wxBoxSizer *StatusBasePanel::create_temp_control(wxWindow *parent)
|
|||
sizer->Add(line, 0, wxEXPAND | wxLEFT | wxRIGHT, 12);
|
||||
|
||||
wxWindowID frame_id = wxWindow::NewControlId();
|
||||
m_tempCtrl_chamber = new TempInput(parent, frame_id, TEMP_BLANK_STR, TEMP_BLANK_STR, wxString("monitor_frame_temp"), wxString("monitor_frame_temp"), wxDefaultPosition,
|
||||
m_tempCtrl_chamber = new TempInput(parent, frame_id, TEMP_BLANK_STR, TEMP_BLANK_STR, wxString("monitor_frame_temp"), wxString("monitor_frame_temp_active"), wxDefaultPosition,
|
||||
wxDefaultSize, wxALIGN_CENTER);
|
||||
m_tempCtrl_chamber->SetReadOnly(true);
|
||||
m_tempCtrl_chamber->SetMinTemp(nozzle_chamber_range[0]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue