Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 187066c

Browse files
committed
Fix behavior of button to move to modified row.
1 parent 6ea032d commit 187066c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ExcelMerge.GUI/Views/DiffView.xaml.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ private void MoveNextModifiedRow()
657657

658658
private void PrevModifiedRowButton_Click(object sender, RoutedEventArgs e)
659659
{
660-
MovePrevModifiedCell();
660+
MovePrevModifiedRow();
661661
}
662662

663663
private void MovePrevModifiedRow()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /