mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-16 07:31:28 +00:00
Furhter platform window support.
Reviewed by me.
This commit is contained in:
@@ -626,6 +626,9 @@ CPTexturedBackgroundWindowMask
|
||||
*/
|
||||
- (void)orderFront:(id)aSender
|
||||
{
|
||||
if (![_platformWindow isVisible])
|
||||
[_platformWindow orderFront:self];
|
||||
|
||||
[_platformWindow order:CPWindowAbove window:self relativeTo:nil];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user