WinWorkstation.st
changeset 8593 89a67a6d8af3
parent 8592 20d28aee8271
child 8596 455635f6de84
--- a/WinWorkstation.st	Tue Nov 20 16:32:06 2018 +0100
+++ b/WinWorkstation.st	Fri Nov 23 15:07:46 2018 +0100
@@ -2673,9 +2673,9 @@
 	*/
     switch (message) {
 	    // case WM_PAINT:
-	    // case WM_NCCALCSIZE:
-	    // case WM_SIZE:
-	    // case WM_MOVE:
+	    case WM_NCCALCSIZE:
+	    case WM_SIZE:
+	    case WM_MOVE:
 	    case WM_WINDOWPOSCHANGED:
 			Sleep(0);
 		break;