1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixed OsX build fails

This commit is contained in:
YuSanka
2018-10-25 15:59:27 +02:00
parent 321322b17a
commit 965236a9d9
+1 -1
View File
@@ -75,7 +75,7 @@ SysInfoDialog::SysInfoDialog()
auto bgr_clr_str = wxString::Format(wxT("#%02X%02X%02X"), bgr_clr.Red(), bgr_clr.Green(), bgr_clr.Blue());
const int fs = font.GetPointSize() - 1;
int size[] = { fs*1.5, fs*1.4, fs*1.3, fs, fs, fs, fs };
int size[] = { static_cast<int>(fs*1.5), static_cast<int>(fs*1.4), static_cast<int>(fs*1.3), fs, fs, fs, fs };
wxHtmlWindow* html = new wxHtmlWindow(this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxHW_SCROLLBAR_NEVER);
{