- some changes due of porting to PyQt6
This commit is contained in:
committed by
Marius Stanciu
parent
2136d6c42f
commit
4ffecc0bf8
@@ -381,7 +381,7 @@ class AppGCodeEditor(QtCore.QObject):
|
||||
:return:
|
||||
:rtype:
|
||||
"""
|
||||
flags = QtGui.QTextDocument.FindCaseSensitively
|
||||
flags = QtGui.QTextDocument.FindFlag.FindCaseSensitively
|
||||
self.edit_area.moveCursor(QtGui.QTextCursor.MoveOperation.Start)
|
||||
|
||||
if self.gcode_obj.options['type'].lower() == 'geometry':
|
||||
|
||||
Reference in New Issue
Block a user