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