Fixed Invalid message for DSOPanel (MSWord)
Comment-out unused varaible Calculate Table Width and Location Fixed Arrow-Up and Arrow-Down to account for Tables Adjust Table location based upon the width of the Table
This commit is contained in:
@@ -204,7 +204,7 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// tabPanel
|
||||
//
|
||||
_MyDisplayTabControl.SelectedDisplayTabItem = this;
|
||||
_MyDisplayTabControl.SelectDisplayTabItem(this);
|
||||
_MyDSOTabPanel.MyDisplayTabItem = this;
|
||||
DSOTabPanel.IgnoreEnter = false;
|
||||
}
|
||||
@@ -226,10 +226,18 @@ namespace Volian.Controls.Library
|
||||
//
|
||||
// tabPanel
|
||||
//
|
||||
_MyDisplayTabControl.SelectedDisplayTabItem = this;
|
||||
_MyDisplayTabControl.SelectDisplayTabItem(this);
|
||||
_MyDSOTabPanel.MyDisplayTabItem = this;
|
||||
DSOTabPanel.IgnoreEnter = false;
|
||||
}
|
||||
#endregion
|
||||
public override string ToString()
|
||||
{
|
||||
if (MyDSOTabPanel != null)
|
||||
return MyDSOTabPanel.ToString();
|
||||
if (MyStepTabPanel != null)
|
||||
return MyStepTabPanel.ToString();
|
||||
return "NULL";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user