mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 02:52:10 +00:00
FIX: rescale of camera icons when alter resolution
Change-Id: I45a59e7ec48699bfd249c7bb75cd8b70edaf0687
This commit is contained in:
@@ -414,7 +414,10 @@ CameraItem::CameraItem(wxWindow *parent, std::string normal, std::string hover)
|
||||
|
||||
CameraItem::~CameraItem() {}
|
||||
|
||||
void CameraItem::msw_rescale() {}
|
||||
void CameraItem::msw_rescale() {
|
||||
m_bitmap_normal.msw_rescale();
|
||||
m_bitmap_hover.msw_rescale();
|
||||
}
|
||||
|
||||
void CameraItem::on_enter_win(wxMouseEvent &evt)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user