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

--- Comment #11 from firewalker <firew4l...@gmail.com> ---
Don't know if it helps but i believe that updateLayoutParameters() exits when
it shouldn;t commenting out the return restores the expected behavior.

void DialogPrivate::updateLayoutParameters()
{
    if (!componentComplete || !mainItem || !mainItemLayout || q->visibility()
== QWindow::Hidden)
        return;
    }

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

Reply via email to