RE: [Help] Ghost text in the wordwheel O_O?
I FOUND IT!
go into the 44103 Style file and find the following text:
Element[id=atom(wordWheelTextContainer1)]
{
MinSize:size(0,37);
Background:rgb(255,255,255);
}
if you didn't find it, you might have changed it to:
Element[id=atom(wordWheelTextContainer1)]
{
MinSize:size(0,37);
Background:argb(0,255,255,255);
}
if it is "Background:argb(0,255,255,255);", you will have the ghost text, if it it "Background:rgb(255,255,255);", you will see no text behind it
This post was edited on 01-13-2008 at 08:04 PM by blessedguy.
|