Skip to content

Commit

Permalink
Fixed minor rendering bug in swing debugger app that prevented the te…
Browse files Browse the repository at this point in the history
…xt area displaying correctly on first step (#19)

Co-authored-by: ben_singer <[email protected]>
  • Loading branch information
benpollarduk and ben_singer authored Feb 10, 2024
1 parent 920a667 commit d53e051
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ class JTextPaneSequencedTextArea : JPanel(), SequencedTextArea {

add(header, BorderLayout.NORTH)
add(textPane, BorderLayout.CENTER)

clear()
}

private fun setHeader(value: String) {
Expand Down

0 comments on commit d53e051

Please sign in to comment.