Skip to content

Commit

Permalink
Merge pull request #61 from DolphFlynn/info_edit_bug
Browse files Browse the repository at this point in the history
Make InformationPanel non-editable.
  • Loading branch information
DolphFlynn authored Aug 17, 2024
2 parents c75c4d7 + 0858f1d commit 0019246
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ class InformationPanel extends JTextPane {
this.lineSpacingStyle = addStyle("lineSpacingStyleName", null);

setBorder(BorderFactory.createEmptyBorder(10, 10, 5, 5));
setEditable(false);

configureStyles();
}
Expand Down

0 comments on commit 0019246

Please sign in to comment.