|
@@ -1248,13 +1248,13 @@ namespace ContentEditor
|
|
|
{
|
|
|
if (e.SystemKey == Key.Up)
|
|
|
{
|
|
|
- pdfViewControl.PDFView.JumpEditingLoction(CEditingLocation.CEditingLocationLineBegin, true);
|
|
|
+ pdfViewControl.PDFView.JumpEditingLoction(CEditingLocation.CEditingLocationLineBegin, false);
|
|
|
e.Handled = true;
|
|
|
}
|
|
|
|
|
|
if (e.SystemKey == Key.Down)
|
|
|
{
|
|
|
- pdfViewControl.PDFView.JumpEditingLoction(CEditingLocation.CEditingLoadTypeLineEnd, true);
|
|
|
+ pdfViewControl.PDFView.JumpEditingLoction(CEditingLocation.CEditingLoadTypeLineEnd, false);
|
|
|
e.Handled = true;
|
|
|
}
|
|
|
}
|