- overwritten the Beta_8.995 branch with the Gerber_Editor_Upgrade branch
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
# MIT Licence #
|
||||
# ##########################################################
|
||||
|
||||
from PyQt6 import QtPrintSupport, QtWidgets, QtCore, QtGui
|
||||
from appGUI.GUIElements import FCFileSaveDialog, FCEntry, FCTextAreaExtended, FCTextAreaLineNumber, FCButton, \
|
||||
FCCheckBox, FCMessageBox
|
||||
from PyQt6 import QtPrintSupport, QtWidgets, QtCore, QtGui
|
||||
|
||||
from reportlab.platypus import SimpleDocTemplate, Paragraph
|
||||
from reportlab.lib.styles import getSampleStyleSheet
|
||||
@@ -175,7 +175,7 @@ class AppTextEditor(QtWidgets.QWidget):
|
||||
|
||||
# self.button_copy_all.clicked.connect(self.handleCopyAll)
|
||||
|
||||
self.code_editor.set_model_data(self.app.myKeywords)
|
||||
self.code_editor.set_model_data(self.app.regFK.myKeywords)
|
||||
|
||||
self.code_edited = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user