Kaydet (Commit) 8e9f9afb authored tarafından Ivan Timofeev's avatar Ivan Timofeev

calc input line: don't reset the scrollbar thumb on resize

Change-Id: I78d5bb455e8d175cf3813e24854a76407931a0e3
üst 5081ea1a
......@@ -976,9 +976,6 @@ void ScInputBarGroup::Resize()
aScrollBar.SetLineSize( aMultiTextWnd.GetTextHeight() );
aScrollBar.SetRange( Range( 0, aMultiTextWnd.GetEditEngTxtHeight() ) );
if ( aMultiTextWnd.GetEditView() )
aScrollBar.SetThumbPos( 0 );
aScrollBar.Resize();
aScrollBar.Show();
}
......
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