From c71dcb8a915ddca2a76f2686dccd03d4141ad316 Mon Sep 17 00:00:00 2001 From: andreja6 Date: Mon, 22 Oct 2018 21:05:50 -0700 Subject: [PATCH] What --- Instance.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Instance.cpp b/Instance.cpp index f9030ec..2c63880 100644 --- a/Instance.cpp +++ b/Instance.cpp @@ -39,6 +39,7 @@ void Instance::initProperties() pItem.lpszzCmbItems="What"; pItem.lpszPropDesc="Description"; pItem.lpCurValue=(LPARAM)"0, 0, 0"; + pItem.iItemType=PIT_EDIT; properties.push_back(Property(pItem, Update)); }