Summary: | Missing labels in schedule editor | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | David Houlden <djhoulden> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Houlden
2009-12-09 10:46:12 UTC
SVN commit 1060719 by conet: BUG: 217965 Add the missing labels. On the KDE3 version it worked in another way. The cell text for the non-edit widgets were drawn even when in edit mode but that didn't caused a problem like on Qt4 where for the labels only the text is drawn if the autoFillBackground property is false (default). So instead of setting autoFillBackground to true to draw the whole area of the label add the missing labels and don't draw the cell text when we're in edit mode. M +19 -8 dialogs/transactioneditor.cpp M +5 -1 widgets/transaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1060719 SVN commit 1060761 by conet: BUG: 217965 Second part of the fix for the investment transactions. Add the missing labels. On the KDE3 version it worked in another way. The cell text for the non-edit widgets were drawn even when in edit mode but that didn't caused a problem like on Qt4 where for the labels only the text is drawn if the autoFillBackground property is false (default). So instead of setting autoFillBackground to true to draw the whole area of the label add the missing labels and don't draw the cell text when we're in edit mode. M +27 -19 dialogs/investtransactioneditor.cpp M +5 -0 widgets/transaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1060761 |