- 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:
Marius Stanciu
2019-06-08 21:36:34 +03:00
parent 24f9de8c16
commit 5f972ab85e
4 changed files with 32 additions and 15 deletions

View File

@@ -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)