mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
fixing
This commit is contained in:
parent
05aa3af68b
commit
9a0af1d7b7
@ -66,6 +66,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT msg, WPARAM wp, LPARAM lp) {
|
||||
tx.right = rc.right;
|
||||
tx.top = padding;
|
||||
tx.bottom = rc.bottom - padding * 2;
|
||||
SetBkMode(hdc, TRANSPARENT);
|
||||
DrawText(hdc, vertxt, strlen(vertxt), &tx, DT_LEFT);
|
||||
EndPaint(hWnd, &ps);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user