https://bugs.kde.org/show_bug.cgi?id=490712
Christoph Cullmann <christ...@cullmann.io> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kdelibs-b...@kde.org Version|24.05.0 |6.4.0 Assignee|kwrite-bugs-n...@kde.org |cf...@kde.org Product|kate |frameworks-kwidgetsaddons Component|general |general --- Comment #9 from Christoph Cullmann <christ...@cullmann.io> --- I think the issue is the KPageViewPrivate::KPageViewPrivate(KPageView *_parent) : q_ptr(_parent) , model(nullptr) , faceType(KPageView::Auto) , layout(nullptr) , stack(nullptr) , titleWidget(nullptr) , searchLineEditContainer(new QWidget()) , searchLineEdit(new QLineEdit()) , view(nullptr) { } , searchLineEditContainer(new QWidget()) , searchLineEdit(new QLineEdit()) that stuff is show before we add it to a layout and perhaps even before the dialog is shown. -- You are receiving this mail because: You are watching all bug changes.