- overwritten the Beta_8.995 branch with the Gerber_Editor_Upgrade branch

This commit is contained in:
Marius Stanciu
2023-05-24 18:07:05 +03:00
parent c23d0c4ed6
commit 63071a9bae
214 changed files with 22249 additions and 6251 deletions

View File

@@ -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 = ''