allows resetting color of text to black, closes #4826

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-05-20 13:24:46 +00:00
parent 24f3f4fc0b
commit 12df0ad59f
+1 -1
View File
@@ -56,7 +56,7 @@ public :
virtual int GetLineLength(long lineNo) const ;
virtual wxString GetLineText(long lineNo) const ;
virtual void CheckSpelling(bool WXUNUSED(check)) { }
virtual void SetFont( const wxFont & font , const wxColour& foreground , long windowStyle );
} ;
class wxMacUnicodeTextControl : public wxMacTextControl