]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
fixed wxPD_AUTO_HIDE bug (didn't auto hide)
[wxWidgets.git] / src / msw / frame.cpp
index d698638b4f485072ab55e3e651769322e950a2b0..eda1f2a749beb8f82671ba175001076323d4c31e 100644 (file)
@@ -665,7 +665,7 @@ bool wxFrame::MSWCreate(int id, wxWindow *parent, const wxChar *wclass, wxWindow
 
   // Keep this in wxFrame because it saves recoding this function
   // in wxTinyFrame
-#if wxUSE_ITSY_BITSY
+#if wxUSE_ITSY_BITSY && !defined(__WIN32__)
   if (style & wxTINY_CAPTION_VERT)
     msflags |= IBS_VERTCAPTION;
   if (style & wxTINY_CAPTION_HORIZ)