Implement showsResizeIndicator method

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35505 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2012-09-03 20:38:03 +00:00
parent 3761e33981
commit 781794e998

View file

@ -1981,10 +1981,7 @@ many times.
- (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