This commit is contained in:
Kathy Ruffing 2009-11-13 14:11:17 +00:00
parent 93de3c4515
commit 4308b5b38d

View File

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