Lotta stuff for drawing etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2657,7 +2657,7 @@ void wxListMainWindow::CalculatePositions()
|
||||
if (y+lineSpacing-6 >= clientHeight) // -6 for earlier "line breaking"
|
||||
{
|
||||
m_currentVisibleLines = 0;
|
||||
y = 5;
|
||||
y = 2;
|
||||
x += maxWidth+6;
|
||||
entireWidth += maxWidth+6;
|
||||
maxWidth = 0;
|
||||
|
Reference in New Issue
Block a user