projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Applied patch [ 1407318 ] bitmap clipping / transparency mask (X11 port)
[wxWidgets.git]
/
wxPython
/
wx
/
py
/
crust.py
diff --git
a/wxPython/wx/py/crust.py
b/wxPython/wx/py/crust.py
index cd78c8c907e7f862b09338dc695d5616b93b9cf3..dc161d603b04898d938536d0e5b336d26f4568ad 100644
(file)
--- a/
wxPython/wx/py/crust.py
+++ b/
wxPython/wx/py/crust.py
@@
-279,6
+279,10
@@
class CrustFrame(frame.Frame, frame.ShellFrameMixin):
dialog.Destroy()
+ def OnHelp(self, event):
+ """Show a help dialog."""
+ frame.ShellFrameMixin.OnHelp(self, event)
+
def LoadSettings(self):
if self.config is not None: