mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 08:47:52 -06:00
Code cleaning
This commit is contained in:
parent
752083cbe6
commit
cd13356b6d
6 changed files with 64 additions and 99 deletions
|
@ -57,7 +57,7 @@ void Field::PostInitialize()
|
|||
m_Undo_btn->Bind(wxEVT_BUTTON, ([this](wxCommandEvent) { on_back_to_initial_value(); }));
|
||||
m_Undo_to_sys_btn->Bind(wxEVT_BUTTON, ([this](wxCommandEvent) { on_back_to_sys_value(); }));
|
||||
|
||||
m_attention_bmp = ScalableBitmap(m_parent, "error_tick_f");
|
||||
m_attention_bmp = ScalableBitmap(m_parent, "attention");
|
||||
m_find_image = new wxStaticBitmap(m_parent, wxID_ANY, wxNullBitmap, wxDefaultPosition, m_attention_bmp.bmp().GetSize());
|
||||
|
||||
switch (m_opt.type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue