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:
@@ -2500,7 +2500,10 @@ void wxDataViewColumn::SetTitle( const wxString &title )
|
|||||||
|
|
||||||
wxString wxDataViewColumn::GetTitle() const
|
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 )
|
void wxDataViewColumn::SetBitmap( const wxBitmap &bitmap )
|
||||||
|
Reference in New Issue
Block a user