mirror of
https://github.com/Denvi/FlatCAM.git
synced 2026-03-09 09:47:13 +01:00
Fixes #198
This commit is contained in:
@@ -79,6 +79,10 @@ class _ExpandableTextEdit(QTextEdit):
|
||||
|
||||
QTextEdit.keyPressEvent(self, event)
|
||||
|
||||
def insertFromMimeData(self, mime_data):
|
||||
# Paste only plain text.
|
||||
self.insertPlainText(mime_data.text())
|
||||
|
||||
|
||||
class TermWidget(QWidget):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user