- in Distance Plugin - modified the UI
- in Distance Plugin - implemented a new feature: multi segment distance measurement - in Distance Plugin - the Dx, Dy, Angle and Distance values are updated real time (for non multi segment measurement)
This commit is contained in:
@@ -449,7 +449,7 @@ class DblSidedTool(AppTool):
|
||||
elif event.button == right_button and self.app.event_is_dragging is False:
|
||||
self.on_exit(cancelled=True)
|
||||
|
||||
def on_mouse_plugin_click_release(self):
|
||||
def on_mouse_plugin_click_release(self, pos):
|
||||
modifiers = QtWidgets.QApplication.keyboardModifiers()
|
||||
# if modifiers == QtCore.Qt.KeyboardModifier.ShiftModifier:
|
||||
# clip_val = self.app.clipboard.text()
|
||||
|
||||
Reference in New Issue
Block a user