git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@960
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
dc.BeginDrawing();
- dc.SetFont( m_font );
+ dc.SetFont( *GetFont() );
int w = 0;
int h = 0;
dc.BeginDrawing();
- dc.SetFont( m_font );
+ dc.SetFont( *GetFont() );
wxNode *node = m_lines.First();
while (node)
void wxListMainWindow::CalculatePositions( void )
{
wxPaintDC dc( this );
- dc.SetFont( m_font );
+ dc.SetFont( *GetFont() );
int iconSpacing = 0;
if (m_mode & wxLC_ICON) iconSpacing = m_normal_spacing;