https://bugs.kde.org/show_bug.cgi?id=492221
Friedrich W. H. Kossebau <kosse...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kosse...@kde.org --- Comment #8 from Friedrich W. H. Kossebau <kosse...@kde.org> --- I can reproduce with current 24.08 branch. Seems it might be another case of Qt6 being more fragile about inserting into layout at positions that di not exist, my fprint debogging found NavigatableWidgetList::addItem(QWidget* widget, int pos) is called with a pos > m_itemLayout->count(). Not yet got around to investigate why this happens. I bet for now 2 cents this being a similar case to https://invent.kde.org/kdevelop/kdevelop/-/merge_requests/611 where Qt6 being more fragile shows bugs already in the old code, just Qt5 being more forgiving :) -- You are receiving this mail because: You are watching all bug changes.