From 303a2b0f70a6530d981dc08ed5846f8b83e89c80 Mon Sep 17 00:00:00 2001 From: Holger Schemel Date: Fri, 20 Jan 2017 21:05:58 +0100 Subject: [PATCH] fixed bug with mapping unusable undo/redo buttons after quick-loading tape --- src/tape.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tape.c b/src/tape.c index 5e8746df..e97dc086 100644 --- a/src/tape.c +++ b/src/tape.c @@ -710,6 +710,9 @@ void TapeTogglePause(boolean toggle_mode) // restart step/move snapshots after quick loading tape SaveEngineSnapshotToListInitial(); + + // do not map undo/redo buttons after quick loading tape + return; } if (setup.show_snapshot_buttons && -- 2.34.1