GUI, game: improved battlefield sizing (part of #6887 and #969):

- fixed wrong restore of card hint and chat panels;
- now it keep hidden state too (e.g. hidden card hint);
- reworked and share splitters code;
- removed some useless hotkeys to show/hide card hint panel;
This commit is contained in:
Oleg Agafonov 2024-08-13 23:49:39 +04:00
parent 3285f48aba
commit 58400833bc
8 changed files with 168 additions and 214 deletions

View file

@ -115,6 +115,7 @@ public class TablesPane extends MagePane {
@Override
public void deactivated() {
super.deactivated();
tablesPanel.stopTasks();
}