Summary: | KDialog::resize(minimumSize()) completely hides dialog | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Stephen Kelly <steveire> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Stephen Kelly
2008-05-16 01:21:07 UTC
SVN commit 808587 by uwolfer: Improve performance of KDialog: -> Do queued layouting. Also try to reduce layouting everywhere in KDialog (for example when setting already active mainwindow again, ...) and other small improvements. This also fixes an issue with setting minimumSize. BUG:162143 M +35 -27 kdialog.cpp M +1 -0 kdialog.h M +4 -0 kdialog_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=808587 |