Fixed a bug in the E5ComboBox. 6_1_x

Sun, 29 Nov 2015 12:26:53 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 29 Nov 2015 12:26:53 +0100
branch
6_1_x
changeset 4583
f633fdfa7783
parent 4580
f8aa20644a16
child 4585
dbedc2e21bbd

Fixed a bug in the E5ComboBox.

E5Gui/E5ComboBox.py file | annotate | diff | comparison | revisions
--- a/E5Gui/E5ComboBox.py	Sat Nov 28 13:15:34 2015 +0100
+++ b/E5Gui/E5ComboBox.py	Sun Nov 29 12:26:53 2015 +0100
@@ -47,7 +47,7 @@
         
         @param inactiveText text to be shown on inactivity (string)
         """
-        self.__lineedit.setInactiveText()
+        self.__lineedit.setInactiveText(inactiveText)
 
 
 class E5ClearableComboBox(E5ComboBox):

eric ide

mercurial