mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 22:54:08 -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
|
@ -341,15 +341,15 @@ void MachineInfoPanel::init_bitmaps()
|
|||
|
||||
void MachineInfoPanel::rescale_bitmaps()
|
||||
{
|
||||
m_img_printer.sys_color_changed();
|
||||
m_img_printer.msw_rescale();
|
||||
m_printer_img->SetBitmap(m_img_printer.bmp());
|
||||
m_img_monitor_ams.sys_color_changed();
|
||||
m_img_monitor_ams.msw_rescale();
|
||||
m_ams_img->SetBitmap(m_img_monitor_ams.bmp());
|
||||
m_img_ext.sys_color_changed();
|
||||
m_img_ext.msw_rescale();
|
||||
m_ext_img->SetBitmap(m_img_ext.bmp());
|
||||
upgrade_green_icon.sys_color_changed();
|
||||
upgrade_gray_icon.sys_color_changed();
|
||||
upgrade_yellow_icon.sys_color_changed();
|
||||
upgrade_green_icon.msw_rescale();
|
||||
upgrade_gray_icon.msw_rescale();
|
||||
upgrade_yellow_icon.msw_rescale();
|
||||
m_ota_new_version_img->SetBitmap(upgrade_green_icon.bmp());
|
||||
}
|
||||
|
||||
|
@ -1287,8 +1287,8 @@ bool UpgradePanel::Show(bool show)
|
|||
|
||||
}
|
||||
|
||||
void AmsPanel::msw_rescale() {
|
||||
upgrade_green_icon.sys_color_changed();
|
||||
void AmsPanel::msw_rescale() {
|
||||
upgrade_green_icon.msw_rescale();
|
||||
m_ams_new_version_img->SetBitmap(upgrade_green_icon.bmp());
|
||||
}
|
||||
|
||||
|
@ -1361,8 +1361,8 @@ bool UpgradePanel::Show(bool show)
|
|||
}
|
||||
|
||||
void ExtensionPanel::msw_rescale()
|
||||
{
|
||||
upgrade_green_icon.sys_color_changed();
|
||||
{
|
||||
upgrade_green_icon.msw_rescale();
|
||||
m_ext_new_version_img->SetBitmap(upgrade_green_icon.bmp());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue