https://bugs.kde.org/show_bug.cgi?id=503800
Alexander Semke <alexander.se...@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |https://invent.kde.org/educ | |ation/labplot/-/commit/de3c | |82d1b598ded2bf12bdcc6106ce6 | |39a6f69c5 Resolution|--- |FIXED Version Fixed In| |3.0 --- Comment #1 from Alexander Semke <alexander.se...@web.de> --- Git commit de3c82d1b598ded2bf12bdcc6106ce639a6f69c5 by Alexander Semke. Committed on 08/05/2025 at 20:34. Pushed by asemke into branch 'master'. Removed the action "close project" in the context menu of the project explorer. There is no state "no project" anymore - we always have either an initial and default project and we load a project. The action "close project" in the main menu was removed because of this and the similar action in the project explorer was forgotten. This also fixes the problem with non-initialized project leading to crashes when the project is close and no new one was created/loaded yet and we try to access it from other actions visible in the GUI like the data import. FIXED-IN: 3.0 M +1 -0 ChangeLog M +2 -9 src/backend/core/Project.cpp M +0 -2 src/frontend/MainWin.cpp M +0 -1 src/frontend/MainWin.h https://invent.kde.org/education/labplot/-/commit/de3c82d1b598ded2bf12bdcc6106ce639a6f69c5 -- You are receiving this mail because: You are watching all bug changes.