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:
@@ -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
|
||||
|
Reference in New Issue
Block a user