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)
|
dialog.setResizable(true)
|
||||||
|
|
||||||
|
|
||||||
String comment = DataUtil.readi18nString(Base64.decode(model.result.comment))
|
|
||||||
|
|
||||||
p = builder.panel {
|
p = builder.panel {
|
||||||
borderLayout()
|
borderLayout()
|
||||||
panel (constraints : BorderLayout.CENTER) {
|
panel (constraints : BorderLayout.CENTER) {
|
||||||
scrollPane {
|
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) {
|
panel (constraints : BorderLayout.SOUTH) {
|
||||||
|
Reference in New Issue
Block a user