implemented correct setting of background colour for text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1998-07-29 10:34:11 +00:00
parent b204641ec9
commit 00e0d52a92
3 changed files with 18 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ MyFrame::AddSampleText(wxLayoutList &llist)
llist.Insert(" and ");
llist.SetFont(-1,-1,-1,-1,-1,"red","black");
llist.Insert("red on black");
llist.SetFont(-1,-1,-1,-1,-1,"black");
llist.SetFont(-1,-1,-1,-1,-1,"black","white");
llist.Insert(" text.");
llist.LineBreak();