mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-06-03 01:22:42 +02:00
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.
This commit is contained in:
parent
5b36f066b4
commit
962603525f
@ -19263,3 +19263,7 @@
|
||||
* 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.
|
||||
|
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user