This commit is contained in:
parent
93de3c4515
commit
4308b5b38d
@ -65,7 +65,13 @@ namespace Volian.Controls.Library
|
||||
if (listBoxLibDocs.SelectedIndex == _SelectedLibDoc) return;
|
||||
UpdateUsageList();
|
||||
}
|
||||
|
||||
public void RefreshLibDocPanel(DisplayTabControl tc)
|
||||
{
|
||||
int cursel = listBoxLibDocs.SelectedIndex;
|
||||
LibDocListFillIn(tc);
|
||||
listBoxLibDocs.SelectedIndex = cursel;
|
||||
UpdateUsageList(); // do I need this or does it happen on the above.
|
||||
}
|
||||
private void UpdateUsageList()
|
||||
{
|
||||
groupPanelLibDocs.Style.BackColor = Color.Orange;
|
||||
|
Loading…
x
Reference in New Issue
Block a user