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:
@@ -816,7 +816,7 @@ namespace Volian.Controls.Library
|
||||
|
||||
private void DisplayHistory_VisibleChanged(object sender, EventArgs e)
|
||||
{
|
||||
this.RefreshList();
|
||||
if(this.Visible)this.RefreshList();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user