We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc900a commit 7fb570dCopy full SHA for 7fb570d
1 file changed
src/AddRecordDialog.cpp
@@ -25,9 +25,10 @@ class NullLineEdit: public QLineEdit {
25
setStyleSheet("QLineEdit{ font-style: italic; }");
26
setPlaceholderText(Settings::getValue("databrowser", "null_text").toString());
27
setModified(false);
28
- } else
+ } else {
29
setStyleSheet("");
30
setPlaceholderText("");
31
+ }
32
m_isNull = value;
33
}
34
protected:
0 commit comments