X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/969d9b6fa963c0f14298e0ec8aa88b6d6292a6f8..e81b607b4322af54190484aa7ee34112337a344e:/wxPython/demo/StaticBitmap.py?ds=sidebyside diff --git a/wxPython/demo/StaticBitmap.py b/wxPython/demo/StaticBitmap.py index 1b9f3c2b03..bb1b7715b1 100644 --- a/wxPython/demo/StaticBitmap.py +++ b/wxPython/demo/StaticBitmap.py @@ -45,9 +45,6 @@ def runTest(frame, nb, log): overview = """\ A StaticBitmap control displays a bitmap. -The bitmap to be displayed should have a small number of colours, such as 16, -to avoid palette problems. - A bitmap can be derived from most image formats using the wx.Image class. """