Fix to the TagPanel not to fail if it is expanded

Only refresh list if visible
Removed debugging
Fixed report to work with MSWord Section changes
This commit is contained in:
Rich
2011-08-02 14:53:02 +00:00
parent 792351c922
commit 0a434b92b2
4 changed files with 10 additions and 18 deletions

View File

@@ -816,7 +816,7 @@ namespace Volian.Controls.Library
private void DisplayHistory_VisibleChanged(object sender, EventArgs e)
{
this.RefreshList();
if(this.Visible)this.RefreshList();
}
}