mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-25 09:03:00 +00:00
Correct NSRulerView version to be an integer.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27897 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
514e106b4a
commit
e92f8bf718
2 changed files with 5 additions and 1 deletions
|
@ -184,7 +184,7 @@ static NSMutableDictionary *units = nil;
|
|||
NSArray *array2;
|
||||
NSArray *array10;
|
||||
|
||||
[self setVersion: 0.01];
|
||||
[self setVersion: 1];
|
||||
|
||||
units = [[NSMutableDictionary alloc] init];
|
||||
array05 = [NSArray arrayWithObject: [NSNumber numberWithFloat: 0.5]];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue