From a0973ce40c368986553c00f2f1430ad80ff3f9f3 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 3 Apr 2003 02:27:03 +0000 Subject: [PATCH] Added a comment git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/demo/ShapedWindow.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/demo/ShapedWindow.py b/wxPython/demo/ShapedWindow.py index de364e638e..ea8f7b8b7d 100644 --- a/wxPython/demo/ShapedWindow.py +++ b/wxPython/demo/ShapedWindow.py @@ -35,6 +35,7 @@ class TestFrame(wxFrame): def SetWindowShape(self, *evt): + # Use the bitmap's mask to determine the region r = wxRegionFromBitmap(self.bmp) self.hasShape = self.SetShape(r)