From 4d5081156e83dc541ba3aca8a0f1ec25ed615eba Mon Sep 17 00:00:00 2001 From: Patrick Linstruth Date: Tue, 11 Dec 2018 16:46:48 -0800 Subject: [PATCH] Undo commit --- lib/rdlogplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rdlogplay.cpp b/lib/rdlogplay.cpp index 21475ee8..16229541 100644 --- a/lib/rdlogplay.cpp +++ b/lib/rdlogplay.cpp @@ -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);