Tiny speed up in initialization

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-12-13 02:49:13 +00:00
parent 828eb868b2
commit 767103407c

View file

@ -45,8 +45,8 @@
_minValue = 0;
_maxValue = 1;
_floatValue = 0;
[self setBordered: YES];
[self setBezeled: YES];
_cell.is_bordered = YES;
_cell.is_bezeled = YES;
_knobCell = [NSCell new];