mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix UI issue when transition lines do not draw after window opened
This commit is contained in:
@@ -96,6 +96,7 @@ public class CollectionTree extends XDebuggerTree implements TraceContainer {
|
||||
|
||||
if (myPath2Value.size() == traceElements.size()) {
|
||||
CollectionTree.this.removeTreeListener(listener);
|
||||
ApplicationManager.getApplication().invokeLater(CollectionTree.this::repaint);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user