foul-magics/Mage.Client/src/main/java/mage/client/plugins/adapters
rkfg 768b004d3e Fix race condition on tooltip resize in EDT.
CardInfoPane.setCard() performs the tooltip resize, initially it's of
zero width and height. The resize happens in the EDT but location is
calculated in the thread pool's thread, i.e. before the first resize.
Because of that the first time the tooltip appears it may be partially
off-screen, nothing fatal but looks ugly. Now all calculations are moved
to EDT as well and they're guaranteed to happen after the resize.
2016-03-06 02:53:32 +03:00
..
MageActionCallback.java Fix race condition on tooltip resize in EDT. 2016-03-06 02:53:32 +03:00