]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/tooltip.cpp
MSW Caret is now destroyed and recreated when resized.
[wxWidgets.git] / src / gtk / tooltip.cpp
index 403880e328b942042193ef453ba2041e5e3f3f0c..a80317beeb41a896708b1793399677af59930a1b 100644 (file)
@@ -99,9 +99,10 @@ void wxToolTip::Enable( bool flag )
 
 void wxToolTip::SetDelay( long msecs )
 {
-    if (!ss_tooltips) return;
+    if (!ss_tooltips)
+        return;
 
-    gtk_tooltips_set_delay( ss_tooltips, msecs );
+    gtk_tooltips_set_delay( ss_tooltips, (int)msecs );
 }
 
 #endif