projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fixed loop deleting the old filters in SetWildcard() after last commit
[wxWidgets.git]
/
src
/
common
/
paper.cpp
diff --git
a/src/common/paper.cpp
b/src/common/paper.cpp
index 5a2316cf4fda923a4e575532871cd0b5e24399ac..bad72e6dc2a22f1751d64139be57399d5ceb6d5c 100644
(file)
--- a/
src/common/paper.cpp
+++ b/
src/common/paper.cpp
@@
-283,7
+283,7
@@
wxSize wxPrintPaperDatabase::GetSize(wxPaperSize paperId)
if (type)
return type->GetSize();
else
if (type)
return type->GetSize();
else
- return wxSize(0,
0);
+ return wxSize(0,0);
}
// Get the paper size
}
// Get the paper size