You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to add choice dialog for set/expansion all around xmage:
deck editor: filter box;
deck editor: add land window;
generate deck window - need to replace dialog:
need to replace standard Dialog to MageDialog (Internalframe);
viewer;
images download window;
new tournament window (select packs for draft modes);
need to fix z-order of JInternalFrame (see bottom);
set choice dialog in battlefield (it's now show up only codes, not names);
check all dialogs and add missing to global lists in MageFrame for cleanup and new settings apply;
fix two modal windows bug (new modal window popup under old modal):
Pickup window can work only with MageDialogs (Internalframe), not standard JPaneOption. E.g. MageDialogs popup under standard dialogs event if it was created later.
Example:
The text was updated successfully, but these errors were encountered:
Need to add choice dialog for set/expansion all around xmage:
Pickup window can work only with MageDialogs (Internalframe), not standard JPaneOption. E.g. MageDialogs popup under standard dialogs event if it was created later.
Example:
The text was updated successfully, but these errors were encountered: