aprvd don, fix 95 print scale problem, submitted by ajtal@ezlink.com

This commit is contained in:
blythe 1998-07-01 22:50:42 +00:00
Родитель 0bd5d91ab3
Коммит fc8a07116d
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1258,6 +1258,8 @@ void CPrintCX::FormatAndPrintPages(MWContext *pContext) {
break;
}
SetMappingMode(pDC); //AJB Fix for scaling problem on some Win95 printers
// Print the page
PrintPage(m_pcpiPrintJob->m_nCurPage);