mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiCitation: consider filter on dialog creation (#12869)
This commit is contained in:
parent
4676a50944
commit
a03c442a62
@ -826,6 +826,10 @@ void GuiCitation::init()
|
||||
|
||||
buttonBox->button(QDialogButtonBox::Apply)->setEnabled(false);
|
||||
buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
||||
|
||||
// apply filter
|
||||
if (!filter_->text().isEmpty())
|
||||
findText(filter_->text(), true);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user