From: David Webster Date: Mon, 20 Nov 2000 15:13:18 +0000 (+0000) Subject: Another DC fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/445c7bca97672580a479237cfb3933fe70f8203f?ds=inline Another DC fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/os2/dc.cpp b/src/os2/dc.cpp index c37d3b7536..47ef5b4fc2 100644 --- a/src/os2/dc.cpp +++ b/src/os2/dc.cpp @@ -263,7 +263,7 @@ int wxDC::GetDepth() const void wxDC::Clear() { - // TODO + ::GpiErase(m_hPS); } void wxDC::DoFloodFill(