forked from External/mage
Chat panel is one touch resizeable. Minor fix for delayed popup. Added sorting layout on BattlefieldPanel resize.
This commit is contained in:
parent
fa2a2888e1
commit
937ddf79a2
3 changed files with 32 additions and 12 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue