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

--- Comment #1 from Max <max...@smoothware.net> ---
Have managed to find workaround for time being (thanks frinring)

// fixes statusbar/menubar/toolbars
QApplication::setAttribute(Qt::AA_DontCreateNativeWidgetSiblings);
// fixes restoring root widget that contains Qt::WA_NativeWindow after
// calling KMainWindow->setupGUI()
rootDockWidget->show();

Using Qt::WA_DontCreateNativeAncestors on native window widget solved it not
showing/restoring, but in combination with
Qt::AA_DontCreateNativeWidgetSiblings has created painting issues.

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

Reply via email to