summaryrefslogtreecommitdiffstats
path: root/Mac/Tools/IDE/Wwindows.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Tools/IDE/Wwindows.py')
-rw-r--r--Mac/Tools/IDE/Wwindows.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mac/Tools/IDE/Wwindows.py b/Mac/Tools/IDE/Wwindows.py
index 99a5fc8..8e4d665 100644
--- a/Mac/Tools/IDE/Wwindows.py
+++ b/Mac/Tools/IDE/Wwindows.py
@@ -33,6 +33,7 @@ class Window(FrameWork.Window, Wbase.SelectableWidget):
self._drawwidgetbounds = 0
self._show = show
self._lastrollover = None
+ self.hasclosebox = 1
# XXX the following is not really compatible with the
# new (system >= 7.5) window procs.
if minsize:
@@ -89,7 +90,7 @@ class Window(FrameWork.Window, Wbase.SelectableWidget):
def open(self):
self.wid = Win.NewCWindow(self._globalbounds, self.title, self._show,
- self.windowkind, -1, 1, 0)
+ self.windowkind, -1, self.hasclosebox, 0)
self.SetPort()
fnum = Fm.GetFNum("Python-Sans")
if fnum == 0: