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
This commit is contained in:
Guillermo Rodriguez Garcia
2000-02-26 19:46:50 +00:00
parent 9dff41820a
commit 8355a72fa5

View 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 // Keep this in wxFrame because it saves recoding this function
// in wxTinyFrame // in wxTinyFrame
#if wxUSE_ITSY_BITSY #if wxUSE_ITSY_BITSY && !defined(__WIN32__)
if (style & wxTINY_CAPTION_VERT) if (style & wxTINY_CAPTION_VERT)
msflags |= IBS_VERTCAPTION; msflags |= IBS_VERTCAPTION;
if (style & wxTINY_CAPTION_HORIZ) if (style & wxTINY_CAPTION_HORIZ)