diff options
Diffstat (limited to 'Lib/lib-stdwin/Split.py')
-rw-r--r-- | Lib/lib-stdwin/Split.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib-stdwin/Split.py b/Lib/lib-stdwin/Split.py index aacfa98..8eb0254 100644 --- a/Lib/lib-stdwin/Split.py +++ b/Lib/lib-stdwin/Split.py @@ -39,7 +39,7 @@ class Split: self.mouse_focus = None self.keybd_focus = None # - def getminsize(self, (m, (width, height))): + def getminsize(self, m, (width, height)): return unimpl() # Should ask children def getbounds(self): return unimpl() |