Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rascal2/ui/view.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def toggle_sliders(self):

def open_about_info(self):
"""Open about dialog containing information about RASCAL."""
self.about_dialog.update_rascal_info(self)
self.about_dialog.update_rascal_info()
self.about_dialog.show()

def show_undo_view(self):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PyInstaller==6.9.0
PyQt6==6.7.1
PyQt6-Qt6==6.7.3
ratapi==0.0.0.dev10
ratapi==0.0.0.dev11
pydantic==2.8.2
PyQt6-QScintilla==2.14.1
nexusformat==1.0.7
Expand Down
Loading