mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-24 03:51:22 +00:00
GormSplitViewEditor.m
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@14269 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
420c315961
commit
4cc9820885
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
||||||
2002-08-14 Pierre-Yves Rivaille
|
2002-08-14 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||||
|
|
||||||
|
* GormSplitViewEditor.m: removean extra ; that was breaking gcc 2.*
|
||||||
|
|
||||||
|
2002-08-14 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
|
||||||
|
|
||||||
* Major changes in editing widgets.
|
* Major changes in editing widgets.
|
||||||
* Basic support for NSSplitView and NSTabView.
|
* Basic support for NSSplitView and NSTabView.
|
||||||
|
|
|
@ -367,7 +367,7 @@
|
||||||
if ([toUngroup isKindOfClass: [GormBoxEditor class]]
|
if ([toUngroup isKindOfClass: [GormBoxEditor class]]
|
||||||
|| [toUngroup isKindOfClass: [GormSplitViewEditor class]])
|
|| [toUngroup isKindOfClass: [GormSplitViewEditor class]])
|
||||||
{
|
{
|
||||||
id contentView = toUngroup;;
|
id contentView = toUngroup;
|
||||||
|
|
||||||
NSMutableArray *newSelection = [NSMutableArray array];
|
NSMutableArray *newSelection = [NSMutableArray array];
|
||||||
NSArray *views;
|
NSArray *views;
|
||||||
|
|
Loading…
Reference in a new issue