summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
diff options
context:
space:
mode:
authorNoel Power <noel.power@novell.com>2012-08-02 19:23:23 +0100
committerNoel Power <noel.power@novell.com>2012-08-02 19:24:41 +0100
commitf29c91f3351db2887f994c2cc82ceaaa6d717906 (patch)
treef66bdd6e35c71aad6bf18c0179252a7de1ceb21b /basctl/source/basicide/baside2b.cxx
parente995824285cf6697a355d567abc8cd2df2b38b72 (diff)
Revert "fix for fdo#47907"
This reverts commit 8ba8aca1ac4744a23eefb7bb5892e2a697d9d987.
Diffstat (limited to 'basctl/source/basicide/baside2b.cxx')
-rw-r--r--basctl/source/basicide/baside2b.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx
index c3223c670ffe..a5702c1f251b 100644
--- a/basctl/source/basicide/baside2b.cxx
+++ b/basctl/source/basicide/baside2b.cxx
@@ -682,6 +682,7 @@ void EditorWindow::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
( 0, pModulWindow->GetBreakPointWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() );
pModulWindow->GetLineNumberWindow().DoScroll
( 0, pModulWindow->GetLineNumberWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() );
+ pModulWindow->Invalidate();
}
else if( rTextHint.GetId() == TEXT_HINT_TEXTHEIGHTCHANGED )
{