Fixed conflict in 'ChangeLog'

This commit is contained in:
Fred Gleason
2020-04-08 18:33:04 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -586,6 +586,8 @@ void ListLog::selectHour(int hour)
while(item!=NULL) {
if(PredictedStartHour(item)==hour) {
list_log_list->clearSelection();
// Always start from the bottom so visible item is at the top
list_log_list->ensureItemVisible(list_log_list->lastItem());
list_log_list->ensureItemVisible(item);
list_log_list->setSelected(item,true);
return;