View Single Post
Posts: 163 | Thanked: 96 times | Joined on Feb 2010 @ Israel
#221
Originally Posted by DrWilken View Post
Same here (using Black Plastic Theme). This is caused by the theme (black is background color).
I think I found where in the code to change it:
kspread_cell.cc:KSpreadCell:aintCell
Code:
_painter.setBackgroundColor( defaultColorGroup.base() );
(For a hack for now, change it to white)

I am trying to rebuild it with the fix but it is giving me problems in the SDK, I'll try and see if I can fix it, if someone (preferably the original developers who seems to have gone silent) can help trying to compile and test it it would be appreciated.