mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 07:41:11 +00:00
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:
parent
17ebc6fcf0
commit
0f5b764553
2 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
||||
* Source/GSDragView.m: Revert my previous change, which failed to set the
|
||||
|
|
|
@ -2011,10 +2011,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