mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
implement showsresizeindicator (#311)
This commit is contained in:
parent
5cd432374c
commit
820492495a
1 changed files with 1 additions and 4 deletions
|
@ -2109,10 +2109,7 @@ titleWithRepresentedFilename(NSString *representedFilename)
|
|||
|
||||
- (BOOL) showsResizeIndicator
|
||||
{
|
||||
// TODO
|
||||
NSLog(@"Method %s is not implemented for class %s",
|
||||
"showsResizeIndicator", "NSWindow");
|
||||
return YES;
|
||||
return ([self styleMask] & NSResizableWindowMask) ? YES : NO;
|
||||
}
|
||||
|
||||
- (void) setShowsResizeIndicator: (BOOL)show
|
||||
|
|
Loading…
Reference in a new issue