Fixed conflict in 'ChangeLog'

This commit is contained in:
Fred Gleason 2019-11-26 14:54:46 -08:00
commit 1763d3455f
2 changed files with 5 additions and 0 deletions

View File

@ -19263,5 +19263,9 @@
* Fixed a regression in rdimport(1) that caused null characters to
be written to cart metadata fields when importing files containing
an 'AIR1' RIFF chunk.
2019-11-22 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in the cart selector dialog that caused
default focus to be lost on the 'Filter' control after second
and subsequent invocations.
2019-11-26 Fred Gleason <fredg@paravelsystems.com>
* Removed 'Q3Socket' dependencies from 'RDCatchConnect'.

View File

@ -359,6 +359,7 @@ int RDCartDialog::exec(int *cartnum,RDCart::Type type,QString *svcname,
}
item=(RDListViewItem *)item->nextSibling();
}
cart_filter_edit->setFocus();
return QDialog::exec();
}