Deleted DataModelV1.1, made BaseGuiInstance, fixed delete ear rape

This commit is contained in:
Vulpovile
2021-03-16 02:10:57 -07:00
parent 2af1be327a
commit b361039f88
33 changed files with 2379 additions and 3733 deletions

View File

@@ -79,7 +79,7 @@ LRESULT CALLBACK PropProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)
break;
case WM_DRAWITEM:
{
std::cout << "Drawing?" << "\r\n";
//std::cout << "Drawing?" << "\r\n";
COLORREF clrBackground;
COLORREF clrForeground;
TEXTMETRIC tm;