mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-22 22:24:01 -06:00
Revert to WxWidgets 3.1.5 (#3249)
* revert to WxWidgets 3.1.5 * update nanosvg unicode path
This commit is contained in:
parent
cc23ec6626
commit
374f78c768
95 changed files with 6841 additions and 1618 deletions
|
@ -354,9 +354,9 @@ void MediaFilePanel::SwitchStorage(bool external)
|
|||
|
||||
void MediaFilePanel::Rescale()
|
||||
{
|
||||
m_bmp_loading.sys_color_changed();
|
||||
m_bmp_failed.sys_color_changed();
|
||||
m_bmp_empty.sys_color_changed();
|
||||
m_bmp_loading.msw_rescale();
|
||||
m_bmp_failed.msw_rescale();
|
||||
m_bmp_empty.msw_rescale();
|
||||
|
||||
auto top_sizer = GetSizer()->GetItem((size_t) 0)->GetSizer();
|
||||
top_sizer->SetMinSize({-1, 75 * em_unit(this) / 10});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue