Version: unspecified (using KDE 4.3.5) OS: Linux I needed to amend a scheduled payment and clicked on the split widget. I then double clicked the amount, which initially was partially hidden, so I stretched the window, but it didn't redraw itself, leaving a blank area. Closing then re-opening the window did the redraw. Reproducible: Always Steps to Reproduce: as above Actual Results: as above Expected Results: window should redraw on resize No box to enter version, which is Version 3.98.2-svn1137296.
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