Kaydet (Commit) a8bf0571 authored tarafından Noel Power's avatar Noel Power

readd fix for fdo#47907 i.e "Revert "Revert "fix for fdo#47907""

This reverts commit f29c91f3.

Change-Id: I347a4e115cd1d85fa36242f89d2e8131de9cf57e
üst c4ef97e6
...@@ -682,7 +682,6 @@ void EditorWindow::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) ...@@ -682,7 +682,6 @@ void EditorWindow::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint )
( 0, pModulWindow->GetBreakPointWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() ); ( 0, pModulWindow->GetBreakPointWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() );
pModulWindow->GetLineNumberWindow().DoScroll pModulWindow->GetLineNumberWindow().DoScroll
( 0, pModulWindow->GetLineNumberWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() ); ( 0, pModulWindow->GetLineNumberWindow().GetCurYOffset() - pEditView->GetStartDocPos().Y() );
pModulWindow->Invalidate();
} }
else if( rTextHint.GetId() == TEXT_HINT_TEXTHEIGHTCHANGED ) else if( rTextHint.GetId() == TEXT_HINT_TEXTHEIGHTCHANGED )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment