projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
SWIGged updates for wxMSW
[wxWidgets.git]
/
src
/
msw
/
statline.cpp
diff --git
a/src/msw/statline.cpp
b/src/msw/statline.cpp
index 7535fee4c4d71d7c00372015379be35efa2972b9..088e4e2d39727bf66fdaa04680970276e0597cb1 100644
(file)
--- a/
src/msw/statline.cpp
+++ b/
src/msw/statline.cpp
@@
-69,6
+69,10
@@
bool wxStaticLine::Create(wxWindow *parent,
WXDWORD wxStaticLine::MSWGetStyle(long style, WXDWORD *exstyle) const
{
+ // we never have border
+ style &= ~wxBORDER_MASK;
+ style |= wxBORDER_NONE;
+
WXDWORD msStyle = wxControl::MSWGetStyle(style, exstyle);
// add our default styles