From: Guido van Rossum Date: Sat, 8 Oct 1994 19:09:41 +0000 (+0000) Subject: add setdefscrollbars call X-Git-Tag: v1.1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f142d1d1cb7e336fd82303081f2c8bad966819;p=thirdparty%2FPython%2Fcpython.git add setdefscrollbars call --- diff --git a/Demo/stdwin/wdiff.py b/Demo/stdwin/wdiff.py index cb48fe4c9432..3bad49968a34 100755 --- a/Demo/stdwin/wdiff.py +++ b/Demo/stdwin/wdiff.py @@ -460,6 +460,7 @@ def main(): if len(argv) >= 2 and argv[1][:1] == '-': flags = argv[1] del argv[1] + stdwin.setdefscrollbars(0, 1) m = mainmenu() # Create menu earlier than windows if len(argv) == 2: # 1 argument w = anyopen(argv[1])