- 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:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user