Added change which rearranges the views correctly.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18077 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-11-11 22:44:38 +00:00
parent 9a2e726278
commit 4145f67ef3

View file

@ -69,6 +69,6 @@
cell = [orientation cellAtRow: 0 column: 0]; cell = [orientation cellAtRow: 0 column: 0];
state = ([cell state] == NSOnState)?NO:YES; state = ([cell state] == NSOnState)?NO:YES;
[object setVertical: state]; [object setVertical: state];
[object setNeedsDisplay: YES]; [object adjustSubviews];
} }
@end @end