summaryrefslogtreecommitdiffstats
path: root/Demo/stdwin
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-08 19:09:41 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-08 19:09:41 (GMT)
commit37f142d1d1cb7e336fd82303081f2c8bad966819 (patch)
treeb226825ef184a94441bfcde66d27bf644a3f5c4f /Demo/stdwin
parent6910f42d231b290c43c5249c6bd27497d25f0aa8 (diff)
downloadcpython-37f142d1d1cb7e336fd82303081f2c8bad966819.zip
cpython-37f142d1d1cb7e336fd82303081f2c8bad966819.tar.gz
cpython-37f142d1d1cb7e336fd82303081f2c8bad966819.tar.bz2
add setdefscrollbars call
Diffstat (limited to 'Demo/stdwin')
-rwxr-xr-xDemo/stdwin/wdiff.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/stdwin/wdiff.py b/Demo/stdwin/wdiff.py
index cb48fe4..3bad499 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])