diff -r e8020b9ac2b9 -r 0540f3c52b46 E5Gui/E5LineEdit.py --- a/E5Gui/E5LineEdit.py Sun Oct 03 11:29:27 2010 +0200 +++ b/E5Gui/E5LineEdit.py Sun Oct 03 18:39:11 2010 +0200 @@ -113,6 +113,7 @@ @param evt reference to the paint event (QPaintEvent) """ QLineEdit.paintEvent(self, evt) + if not self.text() and \ self.__inactiveText and \ not self.hasFocus():