From ee75cd29d6ddb5d7b972e991a736509232d95b0e Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Tue, 17 Oct 2006 19:05:29 +0000 Subject: [PATCH] changing motifs should make the analysis dirty ticket:187 though if you apply and wihtout changing anything the dirty flag will still be set. Hopefully no one will care. --- alg/mussa.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/alg/mussa.cpp b/alg/mussa.cpp index 7b62daf..6eb8e7c 100644 --- a/alg/mussa.cpp +++ b/alg/mussa.cpp @@ -751,6 +751,7 @@ void Mussa::add_motif(const Sequence& motif, const Color& color) { motif_sequences.insert(motif); color_mapper->appendInstanceColor("motif", motif.get_sequence(), color); + dirty = true; } void Mussa::set_motifs(const vector& motifs, -- 2.30.2