]> git.saurik.com Git - wxWidgets.git/commitdiff
Corrected small miniframe-realted bug (itsy bitsy is never used for win32)
authorGuillermo Rodriguez Garcia <guille@iies.es>
Sat, 26 Feb 2000 19:46:50 +0000 (19:46 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Sat, 26 Feb 2000 19:46:50 +0000 (19:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

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)