projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Explicitly unregister custom wxWebViewIE namespaces when we are done with them. Also...
[wxWidgets.git]
/
src
/
generic
/
dcpsg.cpp
diff --git
a/src/generic/dcpsg.cpp
b/src/generic/dcpsg.cpp
index 5693d2f236b32be6fd063359afafb33913a35603..a490757cb05f6601211c314843ff72b60992868c 100644
(file)
--- a/
src/generic/dcpsg.cpp
+++ b/
src/generic/dcpsg.cpp
@@
-1135,7
+1135,7
@@
void wxPostScriptDCImpl::SetPen( const wxPen& pen )
if (!pen.IsOk()) return;
- int oldStyle = m_pen.
GetStyle()
;
+ int oldStyle = m_pen.
IsOk() ? m_pen.GetStyle() : wxPENSTYLE_INVALID
;
m_pen = pen;