comment already decoded by the time it gets to the gui
This commit is contained in:
@@ -33,13 +33,11 @@ class ShowCommentView {
|
||||
dialog.setResizable(true)
|
||||
|
||||
|
||||
String comment = DataUtil.readi18nString(Base64.decode(model.result.comment))
|
||||
|
||||
p = builder.panel {
|
||||
borderLayout()
|
||||
panel (constraints : BorderLayout.CENTER) {
|
||||
scrollPane {
|
||||
textArea(text : comment, rows : 20, columns : 100, editable : false)
|
||||
textArea(text : model.result.comment, rows : 20, columns : 100, editable : false)
|
||||
}
|
||||
}
|
||||
panel (constraints : BorderLayout.SOUTH) {
|
||||
|
Reference in New Issue
Block a user