Fixed some warnings (don't know why dialoged Makefile is being committed)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -299,7 +299,7 @@ wxFont* wxHtmlWinParser::CreateCurrentFont()
|
||||
*faceptr = face;
|
||||
*encptr = m_OutputEnc;
|
||||
*fontptr = new wxFont(
|
||||
m_FontsSizes[fs] * m_PixelScale,
|
||||
(int) (m_FontsSizes[fs] * m_PixelScale),
|
||||
ff ? wxMODERN : wxSWISS,
|
||||
fi ? wxITALIC : wxNORMAL,
|
||||
fb ? wxBOLD : wxNORMAL,
|
||||
|
Reference in New Issue
Block a user