From f294324df144e8a45dd145290b62009c3b3dbec2 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Wed, 9 Jan 2013 07:16:55 +0100 Subject: [PATCH] fixup! Make HTML output window a panel --- Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm b/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm index 9232d1b3..0496ef3d 100644 --- a/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm +++ b/Frameworks/HTMLOutputWindow/src/HTMLOutputWindow.mm @@ -30,6 +30,7 @@ static std::multimap Windows; [self.window setContentView:self.htmlOutputView]; [self.window setDelegate:self]; [self.window setReleasedWhenClosed:NO]; + [self.window setHidesOnDeactivate:NO]; [OakWindowFrameHelper windowFrameHelperWithWindow:self.window];