Fixed [ 1775674 ] Invalid color in picker dialog

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2008-02-26 15:27:20 +00:00
parent ab44f4bf4e
commit 3638bb5c0d

View File

@@ -430,7 +430,7 @@ bool wxRichTextFontPage::TransferDataToWindow()
if (attr->HasTextColour()) if (attr->HasTextColour())
{ {
m_colourCtrl->SetBackgroundColour(attr->GetTextColour()); m_colourCtrl->SetColour(attr->GetTextColour());
m_colourPresent = true; m_colourPresent = true;
} }