]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/window.cpp
pc 2 mac conversion for file operations
[wxWidgets.git] / src / msw / window.cpp
index 45b1156215cf1f625cbe67bb8cdd1a6e307e0fb4..21a1c344cd22b2feec545c9e84c18c30899f602d 100644 (file)
@@ -1035,7 +1035,7 @@ WXDWORD wxWindowMSW::MSWGetStyle(long flags, WXDWORD *exstyle) const
     // is a more neutral term, we don't necessarily get a sunken effect in
     // Windows XP. Instead we get the appropriate style for the theme.
 
-    if (border == wxBORDER_DEFAULT && wxTheApp->GetAuto3D() &&
+    if (border == wxBORDER_DEFAULT &&
         IsKindOf(CLASSINFO(wxControl)) &&
         GetParent() &&
         ((GetParent()->GetWindowStyleFlag() & wxUSER_COLOURS) != wxUSER_COLOURS))