mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
initWithCoder should default to NO resizing unless XIB says so
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@40357 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
db0087a2fe
commit
b924632cb4
1 changed files with 1 additions and 0 deletions
|
@ -525,6 +525,7 @@ to YES. */
|
|||
|
||||
// Cocoa default - NO resizing unless XIB says so...
|
||||
_resizing_mask = NSTableColumnNoResizing;
|
||||
_is_resizable = NO;
|
||||
|
||||
if ([aDecoder containsValueForKey: @"NSDataCell"])
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue