From 4145f67ef3e439a9d70fb321f4b05162390b1256 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Tue, 11 Nov 2003 22:44:38 +0000 Subject: [PATCH] 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 --- GormNSSplitViewInspector.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GormNSSplitViewInspector.m b/GormNSSplitViewInspector.m index 04ef3448..34790966 100644 --- a/GormNSSplitViewInspector.m +++ b/GormNSSplitViewInspector.m @@ -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