Double-correction of previous commit.
This commit is contained in:
parent
5f530c5bf7
commit
919e5f09cd
|
@ -34,7 +34,7 @@ static HRESULT doPaint(uiArea *a, ID2D1RenderTarget *rt, RECT *clip)
|
||||||
|
|
||||||
dp.Context = newContext(rt);
|
dp.Context = newContext(rt);
|
||||||
|
|
||||||
ID2D1RenderTarget_GetSize(rt, &size);
|
size = ID2D1RenderTarget_GetSize(rt);
|
||||||
dp.ClientWidth = size.width;
|
dp.ClientWidth = size.width;
|
||||||
dp.ClientHeight = size.height;
|
dp.ClientHeight = size.height;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue