mirror of
https://github.com/textmate/textmate.git
synced 2026-01-21 04:38:13 -05:00
fixup! Make HTML output window a panel
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user