]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statline.cpp
reset virtual root to NULL in DeleteAllItems()
[wxWidgets.git] / src / msw / statline.cpp
index 7535fee4c4d71d7c00372015379be35efa2972b9..088e4e2d39727bf66fdaa04680970276e0597cb1 100644 (file)
@@ -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