The cursor is back! (Someone corrected wxGTK's idea of XOR. :-)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-06-10 15:08:05 +00:00
parent c131587cdb
commit 566a4f58b7
2 changed files with 4 additions and 1 deletions

View File

@@ -887,6 +887,7 @@ wxLayoutWindow::ResizeScrollbars(bool exact)
m_maxx = max.x + X_SCROLL_PAGE;
m_maxy = max.y + Y_SCROLL_PAGE;
}
#if 0
else
{
// check if the window hasn't become too big, thus making the scrollbars
@@ -905,6 +906,7 @@ wxLayoutWindow::ResizeScrollbars(bool exact)
m_hasVScrollbar = false;
}
}
#endif
}
// ----------------------------------------------------------------------------