https://bugs.kde.org/show_bug.cgi?id=445196

--- Comment #8 from David Edmundson <k...@davidedmundson.co.uk> ---
It's the issue seen before. QWidget::winId() called on a non-toplevel

First QPlatformWindow

#10 0x00007ffff5d6f6ce in QWidget::winId (this=0x55555f2023e0)
    at
../../include/QtWidgets/../../../../../src/Qt5/qtbase/src/widgets/kernel/qwidget.h:132
#11 0x00007ffff01aef0d in KDEPlatformFileDialogHelper::restoreSize
(this=0x55555efd5ef0)

Second QPlatformWindow

#10 0x00007ffff5d7b760 in QWidget::setVisible (this=this@entry=0x7fffffffc610,
visible=visible@entry=true)
    at
/home/david/projects/kde5/src/Qt5/qtbase/src/widgets/kernel/qwidget.cpp:8044
#11 0x00007ffff5f79542 in QDialog::setVisible (this=this@entry=0x7fffffffc610,
visible=visible@entry=true)

note how this is a different widget. Code in KDEPlatformFileDialogHelper is
probably wrong.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to