mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-06-09 07:08:27 -04:00
Experiment with icon size
This commit is contained in:
parent
b7effbde17
commit
a59a84f237
@ -386,6 +386,10 @@ bool PrusaObjectDataViewModelNode::update_settings_digest(const std::vector<std:
|
||||
bmp = m_bitmap_cache->insert(m_name.ToStdString(), bmps);
|
||||
}
|
||||
m_icon.CopyFromBitmap(*bmp);
|
||||
#ifdef __WXOSX__
|
||||
m_icon.SetHeight(bmp->GetHeight());
|
||||
m_icon.SetWidth(bmp->GetWidth());
|
||||
#endif // __WXOSX__
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user