mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
GuiCitation: don't reset filter on show
Addresses #11291
(cherry picked from commit 33d6499bbc
)
This commit is contained in:
parent
875a4dcd17
commit
ea43f293c2
@ -204,7 +204,8 @@ void GuiCitation::applyView()
|
||||
|
||||
void GuiCitation::showEvent(QShowEvent * e)
|
||||
{
|
||||
filter_->clear();
|
||||
if (!filter_->text().isEmpty())
|
||||
filterPressed();
|
||||
availableLV->setFocus();
|
||||
DialogView::showEvent(e);
|
||||
}
|
||||
|
@ -68,6 +68,8 @@ What's new
|
||||
|
||||
- Show module name with description (bug 11275).
|
||||
|
||||
- GuiCitation: Don't reset filter on show (bug 11291).
|
||||
|
||||
|
||||
* DOCUMENTATION AND LOCALIZATION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user