invalidate menubar when minimizing group. (Thanks Aidan.)

This commit is contained in:
Eric House 2015-07-28 06:26:25 -07:00
parent aa78ec2701
commit 2ec2972b9b

View file

@ -1598,6 +1598,7 @@ public class GamesListDelegate extends ListDelegateBase
for ( long row : rows ) {
m_selGames.remove( row );
}
invalidateOptionsMenuIf();
setTitleBar();
}
}