provide a user interface to edit motifs
[mussa.git] / qui / MussaAlignedWindow.cpp
index 06578895c295916d94b128eabdf13c9cb455be31..fbf2d6a53e1af0972d84bceb90cb02e63baf892a 100644 (file)
@@ -120,6 +120,11 @@ void MussaAlignedWindow::toggleViewAlignment(size_t alignment_index)
   computeMatchLines();
 }
 
+void MussaAlignedWindow::update()
+{
+  browser.update();
+}
+
 void MussaAlignedWindow::computeMatchLines()
 {
   const vector<Sequence>& raw_sequence = analysis.sequences();