Fix issue with connection to the wrong instance of NSBox, also correct warning about TabView inspector

This commit is contained in:
Gregory John Casamento 2023-01-18 22:31:11 -05:00
parent 5e5ddc0b74
commit f47491b03a
4 changed files with 3 additions and 1 deletions

View file

@ -135,6 +135,7 @@
}
}
[_bindingsPopUp selectItemAtIndex: _selectedInspectorIndex];
[self _loadInspector];
}

View file

@ -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;