From: Urban Wallasch Date: Mon, 3 May 2021 08:52:41 +0000 (+0200) Subject: * Fixed yscrollincrement computation. X-Git-Tag: v0.1~28 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=f63d3f09a6bf9e34e01c283b330ec27c7e3d1dd8;p=ffpreview.git * Fixed yscrollincrement computation. --- diff --git a/ffpreview.py b/ffpreview.py index fa5cd97..6212a64 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -381,6 +381,7 @@ try: if x == cfg.grid_columns: x = 0; y += 1 root.update() + root.update() canvas.configure(yscrollincrement=tlabel.winfo_height()) except Exception as e: eprint(str(e))