compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2109c0243d
commit
6e2b69c66f
@ -1828,10 +1828,9 @@ void RichTextFrame::OnIdle(wxIdleEvent& WXUNUSED(event))
|
||||
alignment = wxT("left-aligned");
|
||||
else if (attr.GetAlignment() == wxTEXT_ALIGNMENT_JUSTIFIED)
|
||||
alignment = wxT("justified");
|
||||
msg.Printf(wxT("Facename: %s, wxColour(%d, %d, %d), %s"),
|
||||
(const wxChar*) facename,
|
||||
msg.Printf( "Facename: %s, wxColour(%d, %d, %d), %s", facename,
|
||||
attr.GetTextColour().Red(), attr.GetTextColour().Green(), attr.GetTextColour().Blue(),
|
||||
(const wxChar*) alignment);
|
||||
alignment );
|
||||
|
||||
if (attr.HasFont())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user