Undo commit

This commit is contained in:
Patrick Linstruth
2018-12-11 16:46:48 -08:00
parent be7b02b126
commit 4d5081156e

View File

@@ -2728,7 +2728,7 @@ void RDLogPlay::Playing(int id)
emit played(line);
AdvanceActiveEvent();
UpdatePostPoint();
if (play_log!=NULL&&isRefreshable()&&play_log->autoRefresh()) {
if (isRefreshable()&&play_log->autoRefresh()) {
refresh();
}
LogPlayEvent(logline);