Closed GoogleCodeExporter closed 9 years ago
Thanks for making this open source!
This is also a problem for me. So I've download the source and fixed this bug
by
painting a white background instead of using the theme's skin.
In EggClockAppView.cpp, simply replace:
MAknsSkinInstance* skin = AknsUtils::SkinInstance();
MAknsControlContext* cc = AknsDrawUtils::ControlContext(this);
AknsDrawUtils::Background(skin, cc, this, gc, aRect);
with:
gc.SetBrushColor(KRgbWhite);
gc.Clear(Rect());
Original comment by hugovk@gmail.com
on 31 Mar 2009 at 7:38
Fixed by Michele in r11 and available in EggClock_1.5.sisx.
Original comment by hugovk@gmail.com
on 28 Apr 2009 at 7:14
Original issue reported on code.google.com by
cato.olf...@gmail.com
on 30 May 2008 at 10:29