vcl/source/app/help.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6357857bbfb927f78bf22202d08ffd8440a25a6a
Author: Frank Schoenheit [fs] <frank.schoenh...@oracle.com>
Date:   Tue Mar 8 12:26:55 2011 +0100

    gridfixes: UpdateTip: need a Invalidate after setting the help text, to 
really show the (possibly) new text

diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index 45e7721..9cb7a03 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -285,6 +285,7 @@ void Help::UpdateTip( sal_uIntPtr nId, Window* pParent, 
const Rectangle& rScreen
         pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), 
&rScreenRect );
 
     pHelpWin->SetHelpText( rText );
+    pHelpWin->Invalidate();
 }
 
 // -----------------------------------------------------------------------
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to