mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
fix thinko
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20019 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
212386be8a
commit
9f88315d52
@ -203,7 +203,7 @@ bool CheckedLineEdit::check() const
|
||||
else
|
||||
setWarningColor(input_);
|
||||
|
||||
if (!label_) {
|
||||
if (label_) {
|
||||
if (valid)
|
||||
label_->setPalette(QPalette());
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user