Ram Search - allow multi-select
This commit is contained in:
parent
d76531064e
commit
109b0fd8fe
|
@ -193,7 +193,7 @@
|
|||
this.WatchListView.Size = new System.Drawing.Size(230, 366);
|
||||
this.WatchListView.TabIndex = 1;
|
||||
this.WatchListView.UseCustomBackground = true;
|
||||
|
||||
this.WatchListView.MultiSelect = true;
|
||||
this.WatchListView.ColumnClick += new BizHawk.Client.EmuHawk.InputRoll.ColumnClickEventHandler(this.WatchListView_ColumnClick);
|
||||
this.WatchListView.SelectedIndexChanged += new System.EventHandler(this.WatchListView_SelectedIndexChanged);
|
||||
this.WatchListView.DragDrop += new System.Windows.Forms.DragEventHandler(this.NewRamSearch_DragDrop);
|
||||
|
|
Loading…
Reference in New Issue