projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
removed multiple duplicate copies (with subtly different behaviour) of SetStringSelec...
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
colourselect.py
diff --git
a/wxPython/wx/lib/colourselect.py
b/wxPython/wx/lib/colourselect.py
index 787a1d925ddd061f7ceb48da17acf8cc7a13a70e..20fb0d0e351a0f10299b9148ff4bc1f581949033 100644
(file)
--- a/
wxPython/wx/lib/colourselect.py
+++ b/
wxPython/wx/lib/colourselect.py
@@
-104,7
+104,7
@@
class ColourSelect(wx.BitmapButton):
def MakeBitmap(self):
def MakeBitmap(self):
- bdr =
10
+ bdr =
8
width, height = self.GetSize()
# yes, this is weird, but it appears to work around a bug in wxMac
width, height = self.GetSize()
# yes, this is weird, but it appears to work around a bug in wxMac