We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da5807b commit 4900f08Copy full SHA for 4900f08
rascal2/ui/view.py
@@ -263,7 +263,7 @@ def toggle_sliders(self):
263
264
def open_about_info(self):
265
"""Open about dialog containing information about RASCAL."""
266
- self.about_dialog.update_rascal_info(self)
+ self.about_dialog.update_rascal_info()
267
self.about_dialog.show()
268
269
def show_undo_view(self):
requirements.txt
@@ -1,7 +1,7 @@
1
PyInstaller==6.9.0
2
PyQt6==6.7.1
3
PyQt6-Qt6==6.7.3
4
-ratapi==0.0.0.dev10
+ratapi==0.0.0.dev11
5
pydantic==2.8.2
6
PyQt6-QScintilla==2.14.1
7
nexusformat==1.0.7
0 commit comments