projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Up-ported code to make tree item visible when programmatically
[wxWidgets.git]
/
src
/
mac
/
printmac.cpp
diff --git
a/src/mac/printmac.cpp
b/src/mac/printmac.cpp
index 50c666ce95ea10502c74889e8f89dd60c1061a55..426bd42de32f1ef498dc99f58deb2da4b8b2cd40 100644
(file)
--- a/
src/mac/printmac.cpp
+++ b/
src/mac/printmac.cpp
@@
-144,6
+144,7
@@
bool wxMacPrinter::Print(wxWindow *parent, wxPrintout *printout, bool prompt)
wxEndBusyCursor();
wxMessageBox("Sorry, could not create an abort dialog.", "Print Error", wxOK, parent);
delete dc;
+ return FALSE;
}
sm_abortWindow = win;
sm_abortWindow->Show(TRUE);