]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/toplevel.cpp
implemented menu drawing in the GTK theme
[wxWidgets.git] / src / mac / toplevel.cpp
index 1fc24445ba2974f1916a4b5f0d24f2fcb597e005..f290f8167fdcdc5731c6debef4e1aac82bfb2432 100644 (file)
@@ -233,7 +233,7 @@ void  wxTopLevelWindowMac::MacCreateRealWindow( const wxString& title,
     WindowClass wclass = 0;
     WindowAttributes attr = kWindowNoAttributes ;
     
-    if ( HasFlag(wxTINY_CAPTION_HORIZ) ||  HasFlag(wxTINY_CAPTION_VERT) )
+    if ( HasFlag( wxFRAME_TOOL_WINDOW) || HasFlag(wxTINY_CAPTION_HORIZ) ||  HasFlag(wxTINY_CAPTION_VERT) )
     {
         wclass = kFloatingWindowClass ;
         if ( HasFlag(wxTINY_CAPTION_VERT) )