git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42184
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxListMainWindow::RecalculatePositions(bool noRefresh)
{
void wxListMainWindow::RecalculatePositions(bool noRefresh)
{
+ const int lineHeight = GetLineHeight();
+
wxClientDC dc( this );
dc.SetFont( GetFont() );
wxClientDC dc( this );
dc.SetFont( GetFont() );
clientHeight;
GetSize( &clientWidth, &clientHeight );
clientHeight;
GetSize( &clientWidth, &clientHeight );
- const int lineHeight = GetLineHeight();
-
if ( InReportView() )
{
// all lines have the same height and we scroll one line per step
if ( InReportView() )
{
// all lines have the same height and we scroll one line per step