- make sure that the annotation shapes are deleted on creation of a new project
- added folder for the Russian translation - made sure that visibility for TextGroup is set only if index is not None in VisPyVisuals.TextGroup.visible() setter - RELEASE 8.918
This commit is contained in:
@@ -583,6 +583,8 @@ class ObjectCollection(QtCore.QAbstractItemModel):
|
||||
|
||||
self.endRemoveRows()
|
||||
|
||||
self.app.plotcanvas.redraw()
|
||||
|
||||
if select_project:
|
||||
# always go to the Project Tab after object deletion as it may be done with a shortcut key
|
||||
self.app.ui.notebook.setCurrentWidget(self.app.ui.project_tab)
|
||||
|
||||
Reference in New Issue
Block a user