mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
Fix issue with connection to the wrong instance of NSBox, also correct warning about TabView inspector
This commit is contained in:
parent
94fff19d8b
commit
bcda9e2189
4 changed files with 3 additions and 1 deletions
|
@ -24,9 +24,10 @@
|
|||
#ifndef INCLUDED_GormTabViewEditor_h
|
||||
#define INCLUDED_GormTabViewEditor_h
|
||||
|
||||
#import <AppKit/NSTabView.h>
|
||||
#include <GormCore/GormCore.h>
|
||||
|
||||
@interface GormTabViewEditor : GormViewWithSubviewsEditor
|
||||
@interface GormTabViewEditor : GormViewWithSubviewsEditor <NSTabViewDelegate>
|
||||
{
|
||||
int selectedSubview;
|
||||
GormInternalViewEditor *currentView;
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -135,6 +135,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
[_bindingsPopUp selectItemAtIndex: _selectedInspectorIndex];
|
||||
[self _loadInspector];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue