mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Fix bug #10892.
This commit is contained in:
parent
ca4426e553
commit
59498fa0cd
@ -231,10 +231,10 @@ QValidator::State PathValidator::validate(QString & qtext, int &) const
|
||||
}
|
||||
|
||||
|
||||
void PathValidator::setChecker(KernelDocType const & type, LyXRC const & lyxrc)
|
||||
void PathValidator::setChecker(KernelDocType const & type, LyXRC const & rc)
|
||||
{
|
||||
latex_doc_ = type == LATEX;
|
||||
tex_allows_spaces_ = lyxrc.tex_allows_spaces;
|
||||
tex_allows_spaces_ = rc.tex_allows_spaces;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user