From b5e3c08255bb7bf9f47f1754b4bcb3d0c76d126c Mon Sep 17 00:00:00 2001 From: Julian Smith Date: Mon, 8 Nov 2021 23:16:05 +0000 Subject: [PATCH] scripts/python/performance_replay.py: force replay of view and window size. For performance replay, we need to ensure that replaying recordings will replay changes to the view and main window size, if they are present in the recording. [Replay of these changes can be disabled in the "File/Flight Recorder Control" dialogue.] --- scripts/python/performance_replay.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/python/performance_replay.py b/scripts/python/performance_replay.py index 60fbb14df..7c00f6248 100755 --- a/scripts/python/performance_replay.py +++ b/scripts/python/performance_replay.py @@ -61,6 +61,8 @@ if __name__ == '__main__': f' --load-tape={tape}' f' --timeofday=noon' f' --prop:bool:/sim/replay/log-frame-times=true' + f' --prop:bool:/sim/replay/replay-main-view=true' + f' --prop:bool:/sim/replay/replay-main-window-size=true' f' --prop:bool:/sim/replay/looped=false' )