diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py index 94748085..fdff99c4 100644 --- a/shell/view/frame/frame.py +++ b/shell/view/frame/frame.py @@ -220,8 +220,8 @@ class Frame(object): box = ZoomBox(self._shell, self._popup_context) root.append(box) - box = OverlayBox(self._shell) - root.append(box, hippo.PACK_END) + #box = OverlayBox(self._shell) + #root.append(box, hippo.PACK_END) return panel