[Libreoffice-commits] .: vcl/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Sep 27 04:35:25 PDT 2012
vcl/source/app/help.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6357857bbfb927f78bf22202d08ffd8440a25a6a
Author: Frank Schoenheit [fs] <frank.schoenheit at 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();
}
// -----------------------------------------------------------------------
More information about the Libreoffice-commits
mailing list