From: Robin Dunn Date: Thu, 26 May 2005 19:26:07 +0000 (+0000) Subject: there aren't any suitable images in images.py any more... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e7cce279ddcad4ff212a33703f2d8cbc00936a63 there aren't any suitable images in images.py any more... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/demo/StyledTextCtrl_1.py b/wxPython/demo/StyledTextCtrl_1.py index d1db6228d0..33028c3bbd 100644 --- a/wxPython/demo/StyledTextCtrl_1.py +++ b/wxPython/demo/StyledTextCtrl_1.py @@ -240,8 +240,7 @@ def runTest(frame, nb, log): # setup some markers ed.SetMarginType(1, stc.STC_MARGIN_SYMBOL) ed.MarkerDefine(0, stc.STC_MARK_ROUNDRECT, "#CCFF00", "RED") - #ed.MarkerDefine(1, stc.STC_MARK_CIRCLE, "FOREST GREEN", "SIENNA") - ed.MarkerDefineBitmap(1, images.getFolder1Bitmap()) + ed.MarkerDefine(1, stc.STC_MARK_CIRCLE, "FOREST GREEN", "SIENNA") ed.MarkerDefine(2, stc.STC_MARK_SHORTARROW, "blue", "blue") ed.MarkerDefine(3, stc.STC_MARK_ARROW, "#00FF00", "#00FF00")