mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +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)
|
||||
{
|
||||
RECT rc = get_print_rect(hdc);
|
||||
width = rc.right;
|
||||
width = rc.right - rc.left;
|
||||
}
|
||||
|
||||
if(!hdc)
|
||||
|
|
Loading…
Reference in a new issue