git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 1999-06-22 16:08:43 +00:00
parent 5662a243c7
commit 34e5bea573

View File

@ -86,7 +86,7 @@ class wxBoxSizer(wxSizer):
def RecalcSizes(self):
# get current dimensions, for performance
# get current dimensions, save for performance
myWidth = self.size.width
myHeight = self.size.height