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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user