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