mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Re-initiate module filter after dialog re-opening (#12128)
This commit is contained in:
parent
ad1e7da1fb
commit
2175899f17
@ -4530,6 +4530,10 @@ void GuiDocument::paramsToDialog()
|
||||
// clear changed branches cache
|
||||
changedBranches_.clear();
|
||||
|
||||
// re-initiate module filter
|
||||
if (!filter_->text().isEmpty())
|
||||
moduleFilterPressed();
|
||||
|
||||
// reset trackers
|
||||
nonModuleChanged_ = false;
|
||||
shellescapeChanged_ = false;
|
||||
|
Loading…
Reference in New Issue
Block a user