- more refactoring; solved some issues introduced by the refactoring

This commit is contained in:
Marius Stanciu
2020-05-18 18:45:53 +03:00
committed by Marius
parent 2bcdeff7ef
commit d61ca10e75
47 changed files with 136 additions and 159 deletions

View File

@@ -7,7 +7,7 @@
from PyQt5 import QtWidgets, QtCore
from AppTool import AppTool
from AppTools.AppTool import AppTool
from AppGUI.GUIElements import FCDoubleSpinner, RadioSet, EvalEntry, FCTable, FCComboBox
from shapely.geometry import Point, Polygon, MultiPolygon, LineString
@@ -327,7 +327,7 @@ class ToolFiducials(AppTool):
""")
self.layout.addWidget(self.reset_button)
# AppObjects involved in Copper thieving
# Objects involved in Copper thieving
self.grb_object = None
self.sm_object = None