Chat panel is one touch resizeable. Minor fix for delayed popup. Added sorting layout on BattlefieldPanel resize.

This commit is contained in:
magenoxx 2010-11-29 21:59:21 +00:00
parent fa2a2888e1
commit 937ddf79a2
3 changed files with 32 additions and 12 deletions

View file

@ -160,6 +160,7 @@ public class MageActionCallback implements ActionCallback {
@Override
public void mouseExited(MouseEvent e) {
this.popupCard = null;
if (popup != null) {
popup.hide();
ArrowBuilder.removeAllArrows();