mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01: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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user