mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
don't blink highlighted phase when backwards skipping in replays (#5185)
This commit is contained in:
parent
83409c32c4
commit
bd60a9fd2e
3 changed files with 1 additions and 31 deletions
|
|
@ -648,8 +648,7 @@ void TabGame::replayRewind()
|
|||
messageLog->clearChat();
|
||||
|
||||
// reset phase markers
|
||||
currentPhase = -1;
|
||||
phasesToolbar->reset();
|
||||
setActivePhase(-1);
|
||||
}
|
||||
|
||||
void TabGame::incrementGameTime()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue