ENH:update AMS control

jira: none
Change-Id: Idae5c85cc6bd7948e413b5cea68a75ffa7aba005
This commit is contained in:
zhou.xu 2025-01-13 15:30:06 +08:00 committed by lane.wei
parent 55fbcad56e
commit ad7fadceaa
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ void MaterialItem::doRender(wxDC& dc)
}
//wheel
dc.DrawBitmap(m_ams_wheel_mitem.bmp(), (GetSize().x / 2 - m_ams_wheel_mitem.GetBmpSize().x) / 2 + FromDIP(3), ((float)GetSize().y * 0.6 - m_ams_wheel_mitem.GetBmpSize().y) / 2 + (float)GetSize().y * 0.4);
dc.DrawBitmap(m_ams_wheel_mitem.bmp(), (GetSize().x / 2 - m_ams_wheel_mitem.GetBmpSize().x) / 2 + FromDIP(2), ((float)GetSize().y * 0.6 - m_ams_wheel_mitem.GetBmpSize().y) / 2 + (float)GetSize().y * 0.4);
}
AmsMapingPopup::AmsMapingPopup(wxWindow *parent)