Add back showsResizeIndicator that got dropped during a merge.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@35792 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Jonathan Gillaspie 2012-11-14 01:08:52 +00:00
parent 17ebc6fcf0
commit 0f5b764553
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2012-11-13 Jonathan Gillaspie <jonathan.gillaspie@testplant.com>
* Source/NSWindow.m: Add back showsResizeIndicator that got dropped during a merge.
2012-10-24 Doug Simons <doug.simons@testplant.com> 2012-10-24 Doug Simons <doug.simons@testplant.com>
* Source/GSDragView.m: Revert my previous change, which failed to set the * Source/GSDragView.m: Revert my previous change, which failed to set the

View file

@ -2011,10 +2011,7 @@ titleWithRepresentedFilename(NSString *representedFilename)
- (BOOL) showsResizeIndicator - (BOOL) showsResizeIndicator
{ {
// TODO return ([self styleMask] & NSResizableWindowMask) ? YES : NO;
NSLog(@"Method %s is not implemented for class %s",
"showsResizeIndicator", "NSWindow");
return YES;
} }
- (void) setShowsResizeIndicator: (BOOL)show - (void) setShowsResizeIndicator: (BOOL)show