background bitmap test added, other minor fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2566,13 +2566,15 @@ wxLayoutList::ApplyStyle(wxLayoutStyleInfo *si, wxDC &dc)
|
||||
void
|
||||
wxLayoutList::Debug(void)
|
||||
{
|
||||
WXLO_DEBUG(("Cursor is in line %d, screen pos = (%d, %d)",
|
||||
m_CursorLine->GetLineNumber(),
|
||||
m_CursorScreenPos.x, m_CursorScreenPos.y));
|
||||
|
||||
wxLayoutLine *line;
|
||||
|
||||
|
||||
for(line = m_FirstLine;
|
||||
line;
|
||||
line = line->GetNextLine())
|
||||
for(line = m_FirstLine; line; line = line->GetNextLine())
|
||||
{
|
||||
line->Debug();
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user