Mercurial > repos > IBDev-IBBoard.WarFoundry.GUI.WinForms
changeset 198:417d3f75a752
* Fix rogue icon issue
no-open-ticket
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 01 May 2011 19:30:33 +0000 |
parents | 10ba2c5340b2 |
children | f9ef9b2db496 |
files | FrmArmyTree.cs |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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);