2025-November-23 - 2.7.15280
Pre-release
Pre-release
Immutable
release. Only release title and notes can be modified.
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)