typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
5662a243c7
commit
34e5bea573
@ -86,7 +86,7 @@ class wxBoxSizer(wxSizer):
|
|||||||
|
|
||||||
|
|
||||||
def RecalcSizes(self):
|
def RecalcSizes(self):
|
||||||
# get current dimensions, for performance
|
# get current dimensions, save for performance
|
||||||
myWidth = self.size.width
|
myWidth = self.size.width
|
||||||
myHeight = self.size.height
|
myHeight = self.size.height
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user