Ram Search - allow multi-select

This commit is contained in:
adelikat 2019-10-18 21:20:50 -05:00
parent d76531064e
commit 109b0fd8fe
1 changed files with 1 additions and 1 deletions

View File

@ -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);