]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/text/text.cpp
expand the collapsible panes contents to fill the entire pane area (see #11004)
[wxWidgets.git] / samples / text / text.cpp
index 0e4629e22a6c4eaa34ded0cce92a927db2c0b986..48a1106ce09d1659606b75ba82f5c73f9a5e36ef 100644 (file)
@@ -1092,7 +1092,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
     (*m_multitext) << _T(" Appended.");
     m_multitext->SetInsertionPoint(0);
     m_multitext->WriteText( _T("Prepended. ") );
-    m_multitext->SetForegroundColour(*wxRED);
+    m_multitext->SetForegroundColour(*wxYELLOW);
     m_multitext->SetBackgroundColour(*wxLIGHT_GREY);
 
 #if wxUSE_TOOLTIPS