Summary: | kmail layout not saved, have to reconfigure each it is loaded. | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Keith Waugh <kjwaugh> |
Component: | GUI | Assignee: | Thomas McGuire <mcguire> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | SVN trunk (KDE 4) | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Keith Waugh
2007-12-19 00:47:38 UTC
I'll fix this as soon as possible. I introduced this bug with the recent layout code refactoring, I guess I forgot to test inside Kontact. SVN commit 750625 by tmcguire: Delay the layouting of the widget with QTimer::singleShot( 0, ... ). When first trying to layout, the size of the main widget is not yet known and has invalid values, which leads to incorrect splitter positions. After the first event loop pass, the size of the main widget is known and it works. BUG: 154294 M +16 -3 kmmainwidget.cpp M +1 -1 kmmainwidget.h WebSVN link: http://websvn.kde.org/?view=rev&revision=750625 |