This commit is contained in:
@@ -49,7 +49,7 @@ namespace Volian.Controls.Library
|
||||
InitializeComponent();
|
||||
this.Click += new EventHandler(DisplayTabItem_Click);
|
||||
if (myItem.MyContent.MyEntry == null)
|
||||
SetupDisplayPanel();
|
||||
SetupDisplayTabPanel();
|
||||
else
|
||||
SetupDSOPanel();
|
||||
Name = string.Format("DisplayTabItem {0}", myItem.ItemID);
|
||||
@@ -63,7 +63,7 @@ namespace Volian.Controls.Library
|
||||
if(myTabPanel == null) return;
|
||||
_MyTabControl.OnItemSelectedChanged(this,new DisplayPanelEventArgs(MyTabPanel.SelectedItem,null));
|
||||
}
|
||||
private void SetupDisplayPanel()
|
||||
private void SetupDisplayTabPanel()
|
||||
{
|
||||
((System.ComponentModel.ISupportInitialize)(_MyTabControl.MyBar)).BeginInit();
|
||||
_MyTabControl.MyBar.SuspendLayout();
|
||||
|
Reference in New Issue
Block a user