Completed
Last Updated: 05 Nov 2012 03:50 by ADMIN
ADMIN
Anton
Created on: 05 Nov 2012 03:50
Category: Editors
Type: Bug Report
1
FIX.RadColorDialog does not work correctly with Office2007Black theme
When the Office2007Black theme is used, the items in the dialog's page view are not visible. 

Workaround: set the form's BackColor:
((RadColorDialogForm)radColorDialog1.ColorDialogForm).BackColor = Color.FromArgb(103, 103, 103);
0 comments