mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06:00
FIX: rescale of camera icons when alter resolution
Change-Id: I45a59e7ec48699bfd249c7bb75cd8b70edaf0687
This commit is contained in:
parent
db94f39f78
commit
ebec542112
3 changed files with 26 additions and 24 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue