]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/minifram.cpp
don't recompute nonbreakable space character every time a text fragment is added...
[wxWidgets.git] / src / gtk / minifram.cpp
index 2656133b2405d91e1808d3c51e51729213870b05..6353ca9a7e52bdc032ebff2c2b8b311b4bfc67e9 100644 (file)
@@ -315,8 +315,6 @@ bool wxMiniFrame::Create( wxWindow *parent, wxWindowID id, const wxString &title
       const wxPoint &pos, const wxSize &size,
       long style, const wxString &name )
 {
-    style = style | wxCAPTION;
-
     if ((style & wxCAPTION) || (style & wxTINY_CAPTION_HORIZ) || (style & wxTINY_CAPTION_VERT))
         m_miniTitle = 16;