projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
move accel handling in front of the normal keyDown handling
[wxWidgets.git]
/
src
/
x11
/
pen.cpp
diff --git
a/src/x11/pen.cpp
b/src/x11/pen.cpp
index 4e8be7e16885f229040664a28a7b7cbd5d7c9ae0..7142bed347cc943a8382ea079546229662e865fa 100644
(file)
--- a/
src/x11/pen.cpp
+++ b/
src/x11/pen.cpp
@@
-33,7
+33,7
@@
public:
m_style = wxPENSTYLE_SOLID;
m_joinStyle = wxJOIN_ROUND;
m_capStyle = wxCAP_ROUND;
- m_dash =
(wxX11Dash*)
NULL;
+ m_dash = NULL;
m_countDashes = 0;
}