29 Dec
2007
29 Dec
'07
5:40 p.m.
Johannes wrote:
On Sat, Dec 29, 2007 at 07:00:05AM +0000, place wrote:
Johannes wrote:
just noticed that child widgets where not redrawn properly with my patch. Attached is a fixed version against current cvs.
If I switch to another screen and come back, the scrollbars aren't drawn. The viewport has damage 0xc0, and ?scrollbar->damage() is 0.
Ah yes, the widget specific damage is only set in the DAMAGE_CHILD case. Please try the patch below. This drawing stuff is really fragile. It's not much code though (FltkViewport::draw () and FltkViewBase::draw ()).
Seems to be working well now. Thanks...