Skip to content

Commit 964896e

Browse files
committed
PDFBOX-5865: scroll to top
git-svn-id: https://svn.apache.org/repos/asf/pdfbox/trunk@1919737 13f79535-47bb-0310-9956-ffa450edef68
1 parent 927409b commit 964896e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debugger/src/main/java/org/apache/pdfbox/debugger/signaturepane/SignaturePane.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ private JTextPane createTextView(COSString cosString)
5555
textPane.setText(getTextString(cosString));
5656
textPane.setEditable(false);
5757
textPane.setFont(FONT_MONOSPACED);
58+
textPane.setCaretPosition(0);
5859
return textPane;
5960
}
6061

0 commit comments

Comments
 (0)