mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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);
|
||||
_snwprintf(pData->szString, MAX_STRING, (WCHAR*)lParam);
|
||||
|
||||
// FIXME: redraw the window
|
||||
InvalidateRect(hwnd, NULL, TRUE);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue