]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
Allow derived classes to prevent default focus handling (by not
[wxWidgets.git] / src / generic / dcpsg.cpp
index e68207dc2e2c5eefdf268587eb054113678efb14..9202e61e128798db7360fc155ad5d76a10426da9 100644 (file)
@@ -386,7 +386,9 @@ void wxPostScriptDC::DestroyClippingRegion()
 
 void wxPostScriptDC::Clear()
 {
-    wxFAIL_MSG( wxT("wxPostScriptDC::Clear not implemented.") );
+    // This should fail silently to avoid unnecessary
+    // asserts
+    //    wxFAIL_MSG( wxT("wxPostScriptDC::Clear not implemented.") );
 }
 
 bool wxPostScriptDC::DoFloodFill (wxCoord WXUNUSED(x), wxCoord WXUNUSED(y), const wxColour &WXUNUSED(col), int WXUNUSED(style))