fix ANSI mode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bf3bf67786
commit
7f6cbcead9
@ -2500,7 +2500,10 @@ void wxDataViewColumn::SetTitle( const wxString &title )
|
||||
|
||||
wxString wxDataViewColumn::GetTitle() const
|
||||
{
|
||||
return wxGTK_CONV_BACK( gtk_label_get_text( GTK_LABEL(m_label) ) );
|
||||
return wxGTK_CONV_BACK_FONT(
|
||||
gtk_label_get_text( GTK_LABEL(m_label) ),
|
||||
GetOwner()->GetFont()
|
||||
);
|
||||
}
|
||||
|
||||
void wxDataViewColumn::SetBitmap( const wxBitmap &bitmap )
|
||||
|
Loading…
Reference in New Issue
Block a user