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:
@@ -168,7 +168,7 @@ bool wxPostScriptPrinter::Print(wxWindow *parent, wxPrintout *printout, bool pro
|
|||||||
wxBeginBusyCursor();
|
wxBeginBusyCursor();
|
||||||
|
|
||||||
int
|
int
|
||||||
pagesPerCopy = maxPage-minPage+1,
|
pagesPerCopy = m_printDialogData.GetToPage()-m_printDialogData.GetFromPage()+1,
|
||||||
totalPages = pagesPerCopy * m_printDialogData.GetNoCopies(),
|
totalPages = pagesPerCopy * m_printDialogData.GetNoCopies(),
|
||||||
printedPages = 0;
|
printedPages = 0;
|
||||||
// Open the progress bar dialog
|
// Open the progress bar dialog
|
||||||
|
Reference in New Issue
Block a user