From 5e899a81d945f6aa11ab75ca6e90d4fcd3f3d558 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 24 Sep 2003 00:22:50 +0000 Subject: [PATCH] fixed indentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23870 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wxPython/lib/scrolledpanel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/wxPython/lib/scrolledpanel.py b/wxPython/wxPython/lib/scrolledpanel.py index 80e2121918..3fb7704bc3 100644 --- a/wxPython/wxPython/lib/scrolledpanel.py +++ b/wxPython/wxPython/lib/scrolledpanel.py @@ -73,7 +73,7 @@ as a proper class (and the demo is now converted to just use it.) # is it before the left edge? if cpos.x < 0 and sppu_x > 0: - new_vs_x = vs_x + (cpos.x / sppu_x) + new_vs_x = vs_x + (cpos.x / sppu_x) # is it above the top? if cpos.y < 0 and sppu_y > 0: