Kaydet (Commit) 696fb858 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Fixed the wrong keyboard selection behavior in reference mode.

This one is pretty bad, especially for those who like to select
ranges using keyboard.
üst 5d1a9916
...@@ -628,6 +628,8 @@ void ScTabView::GetAreaMoveEndPosition(SCsCOL nMovX, SCsROW nMovY, ScFollowMode ...@@ -628,6 +628,8 @@ void ScTabView::GetAreaMoveEndPosition(SCsCOL nMovX, SCsROW nMovY, ScFollowMode
{ {
nNewX = aViewData.GetRefEndX(); nNewX = aViewData.GetRefEndX();
nNewY = aViewData.GetRefEndY(); nNewY = aViewData.GetRefEndY();
nCurX = aViewData.GetRefStartX();
nCurY = aViewData.GetRefStartY();
} }
else if (IsBlockMode()) else if (IsBlockMode())
{ {
......
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