mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
[remote-driver] JTreeTextFixture : threading issue
GitOrigin-RevId: 556d6e3fca4685d21553131a795950e07a742564
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e081e49d93
commit
5aa5fc8953
@@ -51,7 +51,7 @@ open class JTreeTextFixture(robot: Robot, private val component: JTree) : JTreeF
|
||||
return computeOnEdt {
|
||||
component.selectionPaths
|
||||
}?.map { path ->
|
||||
path.path.map { cellReader.valueAt(component, it) ?: "" }.run {
|
||||
path.path.map { computeOnEdt { cellReader.valueAt(component, it) } ?: "" }.run {
|
||||
if (component.isRootVisible) subList(1, size)
|
||||
else this
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user