Skip to content

Commit 17940dc

Browse files
committed
Fixed root cause of broken options update.
1 parent f73a1e0 commit 17940dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

touchcursor/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ INT_PTR CALLBACK DialogProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lPara
102102
switch (message) {
103103

104104
case WM_INITDIALOG: {
105+
SetWindowText(hwnd, windowTitle);
105106
break;
106107
}
107108

0 commit comments

Comments
 (0)