mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
compiler warning
This commit is contained in:
parent
d74b3b6905
commit
8dde8b36f4
@ -414,7 +414,7 @@ layout() {
|
|||||||
|
|
||||||
wxFont font = panel->GetFont();
|
wxFont font = panel->GetFont();
|
||||||
wxFont *bold_font = wxTheFontList->FindOrCreateFont
|
wxFont *bold_font = wxTheFontList->FindOrCreateFont
|
||||||
(font.GetPointSize() * 1.5,
|
(font.GetPointSize() * 1.5f,
|
||||||
font.GetFamily(), font.GetStyle(), wxFONTWEIGHT_BOLD);
|
font.GetFamily(), font.GetStyle(), wxFONTWEIGHT_BOLD);
|
||||||
|
|
||||||
if (!header.IsEmpty()) {
|
if (!header.IsEmpty()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user