summaryrefslogtreecommitdiff
path: root/vcl/source/app
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@oracle.com>2011-03-08 12:26:55 +0100
committerMichael Meeks <michael.meeks@suse.com>2012-09-27 12:34:30 +0100
commit6357857bbfb927f78bf22202d08ffd8440a25a6a (patch)
treeb173c6268ec095de860c80a43f12eb03fddf62e7 /vcl/source/app
parentd3f60c050ab8489976c6b5684b4d64c7622a9d50 (diff)
gridfixes: UpdateTip: need a Invalidate after setting the help text, to really show the (possibly) new text
Diffstat (limited to 'vcl/source/app')
-rw-r--r--vcl/source/app/help.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index 45e772124e6b..9cb7a03a617c 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();
}
// -----------------------------------------------------------------------