GetFont doesn't return reference anymore
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27968 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5369a0543e
commit
daa38c004f
@ -294,7 +294,7 @@ bool wxRadioBox::Create(wxWindow *parent,
|
||||
m_radioHeight = new int[n];
|
||||
|
||||
WXHFONT hfont = 0;
|
||||
wxFont& font = GetFont();
|
||||
wxFont font = GetFont();
|
||||
if ( font.Ok() )
|
||||
{
|
||||
hfont = font.GetResourceHandle();
|
||||
|
Loading…
Reference in New Issue
Block a user