mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 21:27:56 -05:00
Move already open find/HTML windows to active space
This is only when invoking the “order front” action and the window is already showing on another space.
This commit is contained in:
@@ -33,6 +33,7 @@ static std::multimap<oak::uuid_t, HTMLOutputWindowController*> Windows;
|
||||
[self.window setReleasedWhenClosed:NO];
|
||||
[self.window setAutorecalculatesContentBorderThickness:NO forEdge:NSMinYEdge];
|
||||
[self.window setContentBorderThickness:25 forEdge:NSMinYEdge];
|
||||
[self.window setCollectionBehavior:[self.window collectionBehavior] | NSWindowCollectionBehaviorMoveToActiveSpace];
|
||||
|
||||
[OakWindowFrameHelper windowFrameHelperWithWindow:self.window];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user