minor progress bar fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
57bff99cf4
commit
e0eeb9b3e7
@ -168,7 +168,7 @@ bool wxPostScriptPrinter::Print(wxWindow *parent, wxPrintout *printout, bool pro
|
||||
wxBeginBusyCursor();
|
||||
|
||||
int
|
||||
pagesPerCopy = maxPage-minPage+1,
|
||||
pagesPerCopy = m_printDialogData.GetToPage()-m_printDialogData.GetFromPage()+1,
|
||||
totalPages = pagesPerCopy * m_printDialogData.GetNoCopies(),
|
||||
printedPages = 0;
|
||||
// Open the progress bar dialog
|
||||
|
Loading…
Reference in New Issue
Block a user