git://gitweb.ananas.su
/
projects/ananas-labs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b0948b8
)
- fixes validation bug on EditorType change
author
knorr
<knorr@developer.(none)>
Tue, 30 Sep 2008 09:55:24 +0000 (18:55 +0900)
committer
knorr
<knorr@developer.(none)>
Tue, 30 Sep 2008 09:55:24 +0000 (18:55 +0900)
src/plugins/wfield.cpp
patch
|
blob
|
history
diff --git
a/src/plugins/wfield.cpp
b/src/plugins/wfield.cpp
index
1e54c58
..
f7e3d53
100644
(file)
--- a/
src/plugins/wfield.cpp
+++ b/
src/plugins/wfield.cpp
@@
-207,6
+207,7
@@
wField::widgetInit()
// set validator for string
lineEdit->setMaxLength(n1);
}
+ lineEdit->setValidator(NULL);
connect( lineEdit, SIGNAL( textChanged( const QString & ) ),
this, SLOT( setValue( const QString & ) ) );
connect( lineEdit, SIGNAL( lostFocus() ), this, SLOT( focusOutEvent()) );