Fixed OsX build fails
This commit is contained in:
parent
321322b17a
commit
965236a9d9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue