Conflicts:
src/jalview/viewmodel/AlignmentViewport.java
* retain any colour thresholds per group while
* changing choice of colour scheme (JAL-2386)
*/
- sg.setColourScheme(cs.getInstance(this, sg));
+ sg.setColourScheme(
- cs == null ? null : cs.getInstance(sg, hiddenRepSequences));
++ cs == null ? null : cs.getInstance(this, sg));
if (cs != null)
{
sg.getGroupColourScheme().alignmentChanged(sg,