revert old color picker, enable animation toolbar

This commit is contained in:
2018-03-09 14:22:40 +01:00
parent 8a962d4cdf
commit f45a7c2e67
3 changed files with 9 additions and 9 deletions

View File

@@ -432,6 +432,9 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp)
static POINT lastPoint;
switch (msg)
{
case WM_PAINT:
App::I.redraw = true;
break;
case WM_CREATE:
BT_SetTerminate();
break;