summaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
Diffstat (limited to 'Demo')
-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])