mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 15:41:13 +02:00
2022-08-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdcatch(1) that could cause highlighting of the 'next event' to disappear after changing the filtering settings. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -997,6 +997,7 @@ void MainWidget::filterChangedData(bool state)
|
||||
{
|
||||
// printf("filterChangedData(%d)\n",state);
|
||||
|
||||
QTime next_time;
|
||||
QString sql;
|
||||
|
||||
if(catch_show_active_box->isChecked()) {
|
||||
@@ -1087,6 +1088,7 @@ void MainWidget::filterChangedData(bool state)
|
||||
sql=sql.left(sql.length()-2);
|
||||
catch_recordings_model->setFilterSql("where "+sql);
|
||||
}
|
||||
nextEventData();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user