- added more editing features in the Selected Tab for the FlatCAMDocument object
This commit is contained in:
@@ -660,7 +660,7 @@ class FCTextAreaRich(QtWidgets.QTextEdit):
|
||||
|
||||
class FCTextAreaExtended(QtWidgets.QTextEdit):
|
||||
def __init__(self, parent=None):
|
||||
super(FCTextAreaExtended, self).__init__(parent)
|
||||
super().__init__(parent)
|
||||
|
||||
self.completer = MyCompleter()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user