Summary: | Schedule Split Window Redraw | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
allan
2010-06-12 14:21:46 UTC
Could you try if revision 1162238 fixes this issue? I am asking because I fixed the problem that if resizing while in edit mode the edit widgets won't go away but I'm not sure if that is what you've described here. (In reply to comment #1) > Could you try if revision 1162238 fixes this issue? I am asking because I fixed > the problem that if resizing while in edit mode the edit widgets won't go away > but I'm not sure if that is what you've described here. It's still the same, I'm afraid. If I display a schedule's splits, resizing the window does not result in the display getting redrawn. All fields are initially correctly displayed, so resizing wasn't necessary, but if it were necessary, a blank area is left, still. SVN commit 1247426 by conet: BUG: 241544 It's pretty obvious, the base class implementation was not called. Now resizing is very smooth with the table, I don't know what took us so long. M +2 -1 kmymoneysplittable.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1247426 SVN commit 1247427 by conet: BUG: 241544 It's pretty obvious, the base class implementation was not called. Now resizing is very smooth with the table, I don't know what took us so long. Backported to the stable branch. M +2 -1 kmymoneysplittable.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1247427 |