https://bugs.kde.org/show_bug.cgi?id=441058
Jonathan Verner <jonathan.ver...@matfyz.cz> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/commit/50eaff | |66056898d039047f54290b3e5d8 | |f09594f --- Comment #6 from Jonathan Verner <jonathan.ver...@matfyz.cz> --- Git commit 50eaff66056898d039047f54290b3e5d8f09594f by Jonathan L. Verner. Committed on 17/08/2021 at 11:58. Pushed by mwolff into branch 'master'. Fix crash when storing working sets area split-view config When storing working sets commit 89594aed introduced a crash, which happens when the code tries to find the parent splitter while the view doesn't have an initialized widget. In this case calling `view->widget()` method tries to create a new widget, but fails with an assert in `EditorViewWatcher::viewCreated` because no parent for the widget is given. M +1 -1 kdevplatform/shell/workingsets/workingset.cpp https://invent.kde.org/kdevelop/kdevelop/commit/50eaff66056898d039047f54290b3e5d8f09594f -- You are receiving this mail because: You are watching all bug changes.