mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user