fixup! Make HTML output window a panel

This commit is contained in:
Allan Odgaard
2013-01-09 07:16:55 +01:00
parent edd966429e
commit f294324df1

View File

@@ -30,6 +30,7 @@ static std::multimap<oak::uuid_t, HTMLOutputWindowController*> Windows;
[self.window setContentView:self.htmlOutputView];
[self.window setDelegate:self];
[self.window setReleasedWhenClosed:NO];
[self.window setHidesOnDeactivate:NO];
[OakWindowFrameHelper windowFrameHelperWithWindow:self.window];