Spelling fixed for comments and a wxASSERT_MSG. Fixes #14022.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2879,7 +2879,7 @@ wxGenericTreeCtrl::PaintLevel(wxGenericTreeItem *item,
|
||||
yOrigin = abs(yOrigin);
|
||||
GetClientSize(&width, &height);
|
||||
|
||||
// Move end points to the begining/end of the view?
|
||||
// Move end points to the beginning/end of the view?
|
||||
if (y_mid < yOrigin)
|
||||
y_mid = yOrigin;
|
||||
if (oldY > yOrigin + height)
|
||||
|
Reference in New Issue
Block a user