mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-23 07:27:22 +01:00
invalidate menubar when minimizing group. (Thanks Aidan.)
This commit is contained in:
parent
aa78ec2701
commit
2ec2972b9b
1 changed files with 1 additions and 0 deletions
|
@ -1598,6 +1598,7 @@ public class GamesListDelegate extends ListDelegateBase
|
|||
for ( long row : rows ) {
|
||||
m_selGames.remove( row );
|
||||
}
|
||||
invalidateOptionsMenuIf();
|
||||
setTitleBar();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue