Skip to content

2025-November-23 - 2.7.15280

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 23 Nov 21:15
Immutable release. Only release title and notes can be modified.
6ca661c
Fix UI EDT issues (#13889)

Somewhat recent updates introduced a regression where JSplitPane is no
longer created on the EDT. `new JSplitPane` apparently needs to be done
on the EDT... This update fixes those issues. Previously the issues
were observed when playing an all-AI game (various rendering issues
and stack traces for components create off of the EDT)