diff -r 314af37f7db2 -r 649399ffdaf0 Viewer.py --- 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 = ""):