projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
don't use TPM_RECURSE under NT4, it results in TrackPopupMenu() not showing the menu...
[wxWidgets.git]
/
wxPython
/
wx
/
lib
/
buttonpanel.py
diff --git
a/wxPython/wx/lib/buttonpanel.py
b/wxPython/wx/lib/buttonpanel.py
index a31eb087186f79df04f2066da25809049e0dbaa5..7df01da87d63a3578b3f61796cc7bb31fb267346 100644
(file)
--- a/
wxPython/wx/lib/buttonpanel.py
+++ b/
wxPython/wx/lib/buttonpanel.py
@@
-620,7
+620,7
@@
class BPArt:
if isVertical:
dc.DrawLine(rect.x, coord, rect.x + rect.width, coord)
else:
- dc.DrawLine(coord, rect.y, coord, rect.y + rect.
width
)
+ dc.DrawLine(coord, rect.y, coord, rect.y + rect.
height
)
rf += rstep
gf += gstep