comctl32: Call UpdateWindow() after changing statusbar text.
This commit is contained in:
parent
325c19cfc5
commit
b2d289fa23
|
@ -786,6 +786,7 @@ STATUSBAR_SetTextT (STATUS_INFO *infoPtr, INT nPart, WORD style,
|
|||
part->text = ntext;
|
||||
}
|
||||
InvalidateRect(infoPtr->Self, &part->bound, FALSE);
|
||||
UpdateWindow(infoPtr->Self);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue