Added core file support in debugapp. Changed default cell size in NSMatrix so it's more automatic. Fixed NSURL scheme typo.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5015 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
tremblay2 1999-10-16 05:20:52 +00:00
parent 9af6ce8bd8
commit 87b0230203
2 changed files with 7 additions and 1 deletions

View file

@ -358,7 +358,8 @@ static int mouseDownFlags = 0;
mode = aMode;
[self setFrame: frameRect];
cellSize = NSMakeSize(DEFAULT_CELL_WIDTH, DEFAULT_CELL_HEIGHT);
/* cellSize = NSMakeSize(DEFAULT_CELL_WIDTH, DEFAULT_CELL_HEIGHT); */
cellSize = NSMakeSize(frameRect.size.width/numCols, frameRect.size.height/numRows);
intercell = NSMakeSize(1, 1);
[self setBackgroundColor: [NSColor controlBackgroundColor]];
[self setDrawsBackground: YES];