Merge branch 'deltecent-refreshlog'

This commit is contained in:
Fred Gleason 2018-11-26 09:02:33 -05:00
commit ec726c4fa3
2 changed files with 6 additions and 0 deletions

View File

@ -18055,3 +18055,6 @@
* Removed the 'RDSvc::ImportOs' enumeration.
* Removed the 'Windows Import Path' and 'Windows Preimport Command'
fields from the 'Edit Service' dialog in rdadmin(1).
2018-11-23 Patrick Linstruth <patrick@deltecent.com>
* Fixed regression where remote log changes did not auto refresh
in rdairplay(1).

View File

@ -2719,6 +2719,9 @@ void RDLogPlay::Playing(int id)
emit played(line);
AdvanceActiveEvent();
UpdatePostPoint();
if (isRefreshable()&&play_log->autoRefresh()) {
refresh();
}
LogPlayEvent(logline);
emit transportChanged();
}