E5Gui/E5LineEdit.py

changeset 653
0540f3c52b46
parent 643
719db11dd4df
child 791
9ec2ac20e54e
--- 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():

eric ide

mercurial