From af1fe3aeeff27b2b0540e9017dc4a8b49420fd26 Mon Sep 17 00:00:00 2001 From: ansstuff Date: Thu, 3 May 2012 18:08:04 +0000 Subject: [PATCH] Taseditor: another experiment with "lost_position" logic --- src/drivers/win/taseditor/playback.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/drivers/win/taseditor/playback.cpp b/src/drivers/win/taseditor/playback.cpp index 2bdfe06a..f4ef48b2 100644 --- a/src/drivers/win/taseditor/playback.cpp +++ b/src/drivers/win/taseditor/playback.cpp @@ -277,6 +277,9 @@ void PLAYBACK::RestorePosition() if (taseditor_config.turbo_seek) turbo = true; UnpauseEmulation(); + // delete lost_position_frame + piano_roll.RedrawRow(lost_position_frame - 1); + lost_position_frame = 0; } } void PLAYBACK::MiddleButtonClick()