Skip to content

Commit 4900f08

Browse files
authored
Fixes broken about menu (RascalSoftware#181)
1 parent da5807b commit 4900f08

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rascal2/ui/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def toggle_sliders(self):
263263

264264
def open_about_info(self):
265265
"""Open about dialog containing information about RASCAL."""
266-
self.about_dialog.update_rascal_info(self)
266+
self.about_dialog.update_rascal_info()
267267
self.about_dialog.show()
268268

269269
def show_undo_view(self):

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PyInstaller==6.9.0
22
PyQt6==6.7.1
33
PyQt6-Qt6==6.7.3
4-
ratapi==0.0.0.dev10
4+
ratapi==0.0.0.dev11
55
pydantic==2.8.2
66
PyQt6-QScintilla==2.14.1
77
nexusformat==1.0.7

0 commit comments

Comments
 (0)