diff -r 0d9853ceb288 -r 3ede487187f2 src/eric7/EricWidgets/EricLineEdit.py --- a/src/eric7/EricWidgets/EricLineEdit.py Mon Apr 22 13:20:16 2024 +0200 +++ b/src/eric7/EricWidgets/EricLineEdit.py Mon Apr 22 15:15:36 2024 +0200 @@ -265,7 +265,7 @@ clear button, if it has some contents. """ - def __init__(self, parent=None, placeholderText="", side=EricLineEditSide.RIGHT): + def __init__(self, parent=None, placeholderText=""): """ Constructor @@ -273,8 +273,6 @@ @type QWidget @param placeholderText text to be shown on inactivity @type str - @param side side the clear button should be shown at - @type EricLineEditSide """ super().__init__(parent, placeholderText)