# HG changeset patch # User IBBoard # Date 1304278233 0 # Node ID 417d3f75a7525d86cf81189d426af6160bc331b8 # Parent 10ba2c5340b2591eb9476a41e8a7181322930380 * Fix rogue icon issue no-open-ticket diff -r 10ba2c5340b2 -r 417d3f75a752 FrmArmyTree.cs --- a/FrmArmyTree.cs Sun May 01 15:21:13 2011 +0000 +++ b/FrmArmyTree.cs Sun May 01 19:30:33 2011 +0000 @@ -174,11 +174,8 @@ | System.Windows.Forms.AnchorStyles.Right))); this.treeView.ContextMenu = this.contextMenu; this.treeView.FullRowSelect = true; - this.treeView.ImageIndex = 0; - this.treeView.ImageList = this.imageList; this.treeView.Location = new System.Drawing.Point(0, 28); this.treeView.Name = "treeView"; - this.treeView.SelectedImageIndex = 0; this.treeView.Size = new System.Drawing.Size(240, 250); this.treeView.TabIndex = 0; this.treeView.DoubleClick += new System.EventHandler(this.treeView_DoubleClick);