oops forgot about this one

This commit is contained in:
Michael Becker 2020-08-17 11:48:41 -04:00
parent 404fb23110
commit 3f3943e1de
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -29,6 +29,7 @@ using UniversalEditor.ObjectModels.Binary;
using UniversalEditor.DataFormats.Binary;
using System.Collections.Generic;
using System.Text;
using MBS.Framework.UserInterface.Controls.ListView;
namespace UniversalEditor.UserInterface
{
@ -193,7 +194,7 @@ namespace UniversalEditor.UserInterface
InitStartPage();
ListView lvToolbox = new ListView();
ListViewControl lvToolbox = new ListViewControl();
lvToolbox.RowActivated += LvToolbox_RowActivated;
lvToolbox.Model = tmToolbox;
lvToolbox.Columns.Add(new ListViewColumnText(tmToolbox.Columns[0], "Item"));