Viewer.py
changeset 699 649399ffdaf0
parent 697 25296cfc3663
child 704 aca0c83ed82e
--- a/Viewer.py	Tue May 29 17:11:37 2012 +0200
+++ b/Viewer.py	Wed May 30 12:20:27 2012 +0200
@@ -518,6 +518,7 @@
         self.Editor = wx.ScrolledWindow(prnt, name="Viewer", 
             pos=wx.Point(0, 0), size=wx.Size(0, 0), 
             style=wx.HSCROLL | wx.VSCROLL | wx.ALWAYS_SHOW_SB)
+        self.Editor.ParentWindow = self
     
     # Create a new Viewer
     def __init__(self, parent, tagname, window, controler, debug = False, instancepath = ""):