- some minor changes in Distance Plugin
- when changing workspace orientation fixed leaving behind the old frame on the cavnas
This commit is contained in:
@@ -418,6 +418,7 @@ class PlotCanvas(QtCore.QObject, VisPyCanvas):
|
||||
:param workspace_size: the workspace size; tuple
|
||||
:return:
|
||||
"""
|
||||
self.delete_workspace()
|
||||
try:
|
||||
if self.fcapp.app_units.upper() == 'MM':
|
||||
dims = self.pagesize_dict[workspace_size]
|
||||
|
||||
Reference in New Issue
Block a user