- in 2Sided Plugin: adding cumulative alignment points using the Ctrl+Shift+LMB now detects if it is a new start in adding alignment drill points

- in 2Sided Plugin: duplicated set of coordinates in Alignment Drills are removed
- in 2Sided Plugin: Shift+LMB will add automatically the clicked coordinates in the Alignment Drills location
This commit is contained in:
Marius Stanciu
2021-10-10 03:11:13 +03:00
parent aef9d97dd7
commit 12dad1792a
4 changed files with 49 additions and 16 deletions

View File

@@ -295,6 +295,10 @@ class AppTool(QtWidgets.QWidget):
s_storage.clear()
s_storage.redraw()
def on_mouse_plugin_click_release(self):
# this should be implemented in the descendents, the Plugin classes
pass
def confirmation_message(self, accepted, minval, maxval):
if accepted is False:
self.app.inform[str, bool].emit('[WARNING_NOTCL] %s: [%.*f, %.*f]' % (_("Edited value is out of range"),