compiler warning
This commit is contained in:
parent
8dde8b36f4
commit
37b75fd745
|
|
@ -414,7 +414,7 @@ layout() {
|
|||
|
||||
wxFont font = panel->GetFont();
|
||||
wxFont *bold_font = wxTheFontList->FindOrCreateFont
|
||||
(font.GetPointSize() * 1.5f,
|
||||
((int)(font.GetPointSize() * 1.5),
|
||||
font.GetFamily(), font.GetStyle(), wxFONTWEIGHT_BOLD);
|
||||
|
||||
if (!header.IsEmpty()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue