From: Guillermo Rodriguez Garcia Date: Sat, 26 Feb 2000 19:46:50 +0000 (+0000) Subject: Corrected small miniframe-realted bug (itsy bitsy is never used for win32) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8355a72fa5be63f25398b823c2e7533071b739aa Corrected small miniframe-realted bug (itsy bitsy is never used for win32) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/frame.cpp b/src/msw/frame.cpp index d698638b4f..eda1f2a749 100644 --- a/src/msw/frame.cpp +++ b/src/msw/frame.cpp @@ -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)