With the fix in gtk/font.cpp and switching to an wxplicit wxBOLD, it
should be okay to uncomment the code setting the label font. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18563 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3963,8 +3963,7 @@ void wxGrid::Init()
|
|||||||
// TODO: something better than this ?
|
// TODO: something better than this ?
|
||||||
//
|
//
|
||||||
m_labelFont = this->GetFont();
|
m_labelFont = this->GetFont();
|
||||||
// m_labelFont = wxSystemSettings::GetFont(wxSYS_DEFAULT_GUI_FONT);
|
m_labelFont.SetWeight( wxBOLD );
|
||||||
// m_labelFont.SetWeight( m_labelFont.GetWeight() + 2 );
|
|
||||||
|
|
||||||
m_rowLabelHorizAlign = wxALIGN_CENTRE;
|
m_rowLabelHorizAlign = wxALIGN_CENTRE;
|
||||||
m_rowLabelVertAlign = wxALIGN_CENTRE;
|
m_rowLabelVertAlign = wxALIGN_CENTRE;
|
||||||
|
Reference in New Issue
Block a user