]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tipwin.cpp
using correct theme heights for header on mac
[wxWidgets.git] / src / generic / tipwin.cpp
index 27703a53cfb92e06331f0b0bf45d2d60518aba62..30e6e9d871c3e0842c82fdb289f62e1820efc5d9 100644 (file)
@@ -157,7 +157,7 @@ wxTipWindow::wxTipWindow(wxWindow *parent,
     y += wxSystemSettings::GetMetric(wxSYS_CURSOR_Y) / 2;
 
 #if wxUSE_POPUPWIN
-    Position(wxPoint(x, y), wxSize());
+    Position(wxPoint(x, y), wxSize(0,0));
     Popup(m_view);
     #ifdef __WXGTK__
         if (!GTK_WIDGET_HAS_GRAB(m_widget))