Version: SVN trunk (using KDE 4.5.3) OS: Linux The KPageWidget bug is described by BUG 257760. Apply a workaround this problem. Reproducible: Always
Created attachment 53686 [details] Proposed patch.
An improvement of the patch would be to actually replace the KPageWidget header with the KMyMymoney header. Thus replacing the current KMyMymoney header adding code which is not pretty.
Created attachment 53704 [details] Patch updated with the latest ideea
SVN commit 1200340 by conet: BUG: 257761 Fix the bug and implement the KMyMoney header functionality in a much nicer way. Instead of hiding the standard header and having the KMyMoney header in all the views remove the standard header from the layout and replace it with one instance of the KMyMoney custom header (the text is adapted after a page change). M +44 -49 kmymoneyview.cpp M +11 -4 kmymoneyview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1200340
SVN commit 1200341 by conet: BUG: 257761 Fix the bug and implement the KMyMoney header functionality in a much nicer way. Instead of hiding the standard header and having the KMyMoney header in all the views remove the standard header from the layout and replace it with one instance of the KMyMoney custom header (the text is adapted after a page change). Merged into the stable branch. M +44 -49 kmymoneyview.cpp M +11 -4 kmymoneyview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1200341