mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 12:01:16 +00:00
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:
parent
9a2e726278
commit
4145f67ef3
1 changed files with 1 additions and 1 deletions
|
@ -69,6 +69,6 @@
|
|||
cell = [orientation cellAtRow: 0 column: 0];
|
||||
state = ([cell state] == NSOnState)?NO:YES;
|
||||
[object setVertical: state];
|
||||
[object setNeedsDisplay: YES];
|
||||
[object adjustSubviews];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue