mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
ENH:delete no use code and add log
jira: STUDIO-10644 Change-Id: Ia12ea45553e2856d0c8784c2a87a1e86adece003 (cherry picked from commit 38f1f265cfb9f79030b48137d2949de9f25e782f)
This commit is contained in:
@@ -86,6 +86,7 @@ void MaterialItem::set_ams_info(wxColour col, wxString txt, int ctype, std::vect
|
||||
if (m_ams_coloul != col) { m_ams_coloul = col; need_refresh = true;}
|
||||
if (m_ams_name != txt) { m_ams_name = txt; need_refresh = true; }
|
||||
if (need_refresh) { Refresh();}
|
||||
BOOST_LOG_TRIVIAL(info) << "set_ams_info " << m_ams_name;
|
||||
}
|
||||
|
||||
void MaterialItem::reset_ams_info() {
|
||||
|
||||
Reference in New Issue
Block a user