B2013-076: Fixed a few bugs in resolving transitions text (sometimes leaving off ‘(‘ or ‘)’)
This commit is contained in:
@@ -61,6 +61,14 @@ namespace Volian.Controls.Library
|
||||
listBoxUsages.Items.Clear();
|
||||
_InitializingLibDocList = false;
|
||||
}
|
||||
public void SetSelectedLibDoc()
|
||||
{
|
||||
if (_SelectedLibDoc >= 0)
|
||||
{
|
||||
if (_SelectedLibDoc > listBoxLibDocs.Items.Count) return;
|
||||
listBoxLibDocs.SelectedIndex = _SelectedLibDoc;
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region Events
|
||||
public event DisplayLibDocEvent PrintRequest;
|
||||
|
Reference in New Issue
Block a user