- fixed persistence of view status for the coordinates toolbars

- fixed broken selection in Excellon Editor
This commit is contained in:
Marius Stanciu
2022-05-01 06:02:48 +03:00
committed by Marius
parent b9edac24e8
commit f8ccf03786
3 changed files with 10 additions and 5 deletions

View File

@@ -4110,7 +4110,7 @@ class AppExcEditor(QtCore.QObject):
self.replot()
click_position = pos if pos is not None else self.clicked_pos
if self.active_tool is not None:
if self.active_tool is not None and self.active_tool.name != 'drill_select':
# Dispatch event to active_tool
try:
self.active_tool.click_release(click_position)