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

@@ -4500,14 +4500,6 @@ namespace Volian.Controls.Library
}
public class GridCopyInfo
{
private int _Bozo = 5;
[XmlIgnore]
public int Bozo
{
get { return _Bozo; }
set { _Bozo = value; }
}
private GridCopyOption _MyCopyOption = GridCopyOption.Selection;
public GridCopyOption MyCopyOption