projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
IsExposed() needs to reverse the direction in RTL.
[wxWidgets.git]
/
wxPython
/
demo
/
DragImage.py
diff --git
a/wxPython/demo/DragImage.py
b/wxPython/demo/DragImage.py
index c03fd9292c15ad2f5910234a90d7e3dc9025aa63..cb9156bd4745d77cb4be62fbc1613622a6118ff4 100644
(file)
--- a/
wxPython/demo/DragImage.py
+++ b/
wxPython/demo/DragImage.py
@@
-47,6
+47,7
@@
class DragCanvas(wx.ScrolledWindow):
self.SetCursor(wx.StockCursor(wx.CURSOR_ARROW))
self.bg_bmp = images.getBackgroundBitmap()
+ self.SetBackgroundStyle(wx.BG_STYLE_CUSTOM)
# Make a shape from an image and mask. This one will demo
# dragging outside the window