From 306d04ae7e21ad7323659b87dd4ea32f6cc1a638 Mon Sep 17 00:00:00 2001 From: Steffen Pohle Date: Wed, 7 Dec 2022 22:18:45 +0100 Subject: [PATCH] fixed: dumpfile is not setting the frame size to the videodev.conf_height and width variable --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7e915a1..daa1dae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2022-12-07: +- fixed: dumpfile is not setting the frame size to the videodev.conf_height + and width variable + 2022-12-06: - saving and restoring windows position and size on exit and startup