lua console - enable multiselect

This commit is contained in:
adelikat 2019-11-29 15:12:55 -06:00
parent 50cad2067f
commit 49b8219f45
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@
this.LuaListView.HorizontalOrientation = false;
this.LuaListView.LetKeysModifySelection = false;
this.LuaListView.Location = new System.Drawing.Point(4, 21);
this.LuaListView.MultiSelect = false;
this.LuaListView.MultiSelect = true;
this.LuaListView.Name = "LuaListView";
this.LuaListView.RowCount = 0;
this.LuaListView.ScrollSpeed = 1;