mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
Click replay timeline to seek. (#3570)
* Click replay timeline to seek. * Fix seek for long games * Erase log when rewinding * zach cleanup Signed-off-by: Zach Halpern <ZaHalpern+github@gmail.com>
This commit is contained in:
parent
b065ada633
commit
612edae5f6
3 changed files with 29 additions and 12 deletions
|
|
@ -1604,6 +1604,7 @@ void TabGame::createReplayDock()
|
|||
timelineWidget->setTimeline(replayTimeline);
|
||||
connect(timelineWidget, SIGNAL(processNextEvent()), this, SLOT(replayNextEvent()));
|
||||
connect(timelineWidget, SIGNAL(replayFinished()), this, SLOT(replayFinished()));
|
||||
connect(timelineWidget, &ReplayTimelineWidget::rewound, messageLog, &ChatView::clearChat);
|
||||
|
||||
replayStartButton = new QToolButton;
|
||||
replayStartButton->setIconSize(QSize(32, 32));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue