Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37f142d

Browse files
committed
add setdefscrollbars call
1 parent 6910f42 commit 37f142d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Demo/stdwin/wdiff.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,7 @@ def main():
460460
if len(argv) >= 2 and argv[1][:1] == '-':
461461
flags = argv[1]
462462
del argv[1]
463+
stdwin.setdefscrollbars(0, 1)
463464
m = mainmenu() # Create menu earlier than windows
464465
if len(argv) == 2: # 1 argument
465466
w = anyopen(argv[1])

0 commit comments

Comments
 (0)