Editor gui v2 (#843)

This commit is contained in:
Turánszki János
2024-05-17 08:04:05 +02:00
committed by GitHub
parent 92c199fe9d
commit 1c38d93304
77 changed files with 4283 additions and 3365 deletions
+1
View File
@@ -179,6 +179,7 @@ BOOL CreateEditorWindow(int nCmdShow)
editor.SetWindow(hWnd);
ShowWindow(hWnd, nCmdShow);
//SendMessage(hWnd, WM_SYSCOMMAND, SC_MAXIMIZE, 0);
UpdateWindow(hWnd);
DragAcceptFiles(hWnd, TRUE);