set alpha to 1.0

svn: r7403
This commit is contained in:
Matthew Flatt 2007-09-24 00:14:51 +00:00
parent 734ee0857a
commit 89867ba710

View File

@ -68,6 +68,7 @@ wxDC::wxDC(void)
c = new wxColour(wxBLACK);
current_text_fg = c;
anti_alias = 0;
current_alpha = 1.0;
}
wxColour *wxDC::GetBackground(void){