From 115cf5ce5220a48fe28123d5ff0c92bc43ca6628 Mon Sep 17 00:00:00 2001 From: Stephen Nneji Date: Mon, 26 Jan 2026 16:54:12 +0000 Subject: [PATCH] Fixes broken about menu --- rascal2/ui/view.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rascal2/ui/view.py b/rascal2/ui/view.py index ecc35faf..2a02cb0f 100644 --- a/rascal2/ui/view.py +++ b/rascal2/ui/view.py @@ -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): diff --git a/requirements.txt b/requirements.txt index 99744d01..e7e99237 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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