mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
AT-887 doubleClickCell produces exception
GitOrigin-RevId: adfab082bc18f6c585ec60d01cd5ae05396e0bb3
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1ccb5a50aa
commit
0bd041950d
@@ -11,7 +11,7 @@ internal class JTableTextCellReader : JTableCellReader {
|
||||
return computeOnEdt {
|
||||
val component = table
|
||||
.getCellRenderer(row, column)
|
||||
.getTableCellRendererComponent(JTable(), table.getValueAt(row, column), true, true, row, column)
|
||||
.getTableCellRendererComponent(table, table.getValueAt(row, column), true, true, row, column)
|
||||
component.size = Dimension(table.width, 100)
|
||||
TextParser.parseCellRenderer(component).joinToString(" ") { it.trim() }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user