mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:33:01 +00:00
forgot that one
svn path=/trunk/; revision=32038
This commit is contained in:
parent
848daa0d10
commit
4ec56a71ac
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ void target_device(HWND hMainWnd, DWORD wordWrap)
|
||||||
if(wordWrap == ID_WORDWRAP_MARGIN)
|
if(wordWrap == ID_WORDWRAP_MARGIN)
|
||||||
{
|
{
|
||||||
RECT rc = get_print_rect(hdc);
|
RECT rc = get_print_rect(hdc);
|
||||||
width = rc.right;
|
width = rc.right - rc.left;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!hdc)
|
if(!hdc)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue