mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[FONTVIEW]
- Katayama Hirofumi: Redraw the window when string is set. See issue #5357 for more details. svn path=/trunk/; revision=47104
This commit is contained in:
parent
e3ce00b76b
commit
4b382e5846
1 changed files with 1 additions and 1 deletions
|
@ -204,7 +204,7 @@ Display_SetString(HWND hwnd, LPARAM lParam)
|
||||||
pData = (DISPLAYDATA*)GetWindowLongPtr(hwnd, GWLP_USERDATA);
|
pData = (DISPLAYDATA*)GetWindowLongPtr(hwnd, GWLP_USERDATA);
|
||||||
_snwprintf(pData->szString, MAX_STRING, (WCHAR*)lParam);
|
_snwprintf(pData->szString, MAX_STRING, (WCHAR*)lParam);
|
||||||
|
|
||||||
// FIXME: redraw the window
|
InvalidateRect(hwnd, NULL, TRUE);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue