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:
@@ -294,7 +294,7 @@ bool wxRadioBox::Create(wxWindow *parent,
|
|||||||
m_radioHeight = new int[n];
|
m_radioHeight = new int[n];
|
||||||
|
|
||||||
WXHFONT hfont = 0;
|
WXHFONT hfont = 0;
|
||||||
wxFont& font = GetFont();
|
wxFont font = GetFont();
|
||||||
if ( font.Ok() )
|
if ( font.Ok() )
|
||||||
{
|
{
|
||||||
hfont = font.GetResourceHandle();
|
hfont = font.GetResourceHandle();
|
||||||
|
Reference in New Issue
Block a user