]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_gdi.py
reset selection anchor when a key changing selection is pressed without Shift (closes...
[wxWidgets.git] / wxPython / src / mac / _gdi.py
index e0339418f89b99ca7fd7b14d140c3091a144ca14..59802f40273df9612044a085af9507875caed129 100644 (file)
@@ -4589,7 +4589,7 @@ class BrushList(_core.Object):
         return _gdi_.BrushList_AddBrush(*args, **kwargs)
 
     def FindOrCreateBrush(*args, **kwargs):
-        """FindOrCreateBrush(self, Colour colour, int style) -> Brush"""
+        """FindOrCreateBrush(self, Colour colour, int style=SOLID) -> Brush"""
         return _gdi_.BrushList_FindOrCreateBrush(*args, **kwargs)
 
     def RemoveBrush(*args, **kwargs):