general clean-up 2.0 even more checks made and issues resolved

This commit is contained in:
2015-10-19 11:25:15 +02:00
parent 0fa701a878
commit 0a7b02c04a
9 changed files with 76 additions and 76 deletions

View File

@@ -273,8 +273,7 @@ class MainWindow(QMainWindow):
slot=self.autoPick, shortcut='Alt+Ctrl+A',
icon=auto_icon, tip='Automatically pick'
' the entire dataset'
' displayed!',
checkable=False)
' displayed!')
autoPickToolBar = self.addToolBar("autoPyLoT")
autoPickActions = (auto_pick,)