Fixed [ 1775674 ] Invalid color in picker dialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -445,7 +445,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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user