Comment 7 for bug 894904

Revision history for this message
AlexB (alexander-b) wrote :

Buttons don't use Color.Disabled as default, but the hardcoded value 167,0,0. To change disabled button texts, try Color.Button.Disabled=0,0,0.

EDIT: It was 167 and not 159 like I stated previously. I added a line to the manual to make it clearer Color.Disabled does not change buttons.