Updated for change in NSCell

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5807 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-01-22 01:49:45 +00:00
parent bbe4a6f748
commit 0d392b8d0c

View file

@ -71,6 +71,7 @@
//_buttoncell_is_transparent = NO;
//_altContents = nil;
_cell.text_align = NSCenterTextAlignment;
_cell.is_bordered = YES;
_showAltStateMask = NSNoCellMask; // configure as a NSMomentaryPushButton
_highlightsByMask = NSPushInCellMask | NSChangeGrayCellMask;