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:
@@ -430,7 +430,7 @@ bool wxRichTextFontPage::TransferDataToWindow()
|
||||
|
||||
if (attr->HasTextColour())
|
||||
{
|
||||
m_colourCtrl->SetBackgroundColour(attr->GetTextColour());
|
||||
m_colourCtrl->SetColour(attr->GetTextColour());
|
||||
m_colourPresent = true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user