set inital left position
authorDiane Trout <diane@caltech.edu>
Tue, 21 Mar 2006 00:15:47 +0000 (00:15 +0000)
committerDiane Trout <diane@caltech.edu>
Tue, 21 Mar 2006 00:15:47 +0000 (00:15 +0000)
when starting with the sequences at a non-zero position, make sure the
positions shown in the sidebar actually corresponds to what sequence
is currently visible (ticket:40)

qui/MussaAlignedWindow.cpp

index 4419474b17e98511641198c5add6ff3e5b0d45d3..06578895c295916d94b128eabdf13c9cb455be31 100644 (file)
@@ -33,6 +33,7 @@ MussaAlignedWindow::MussaAlignedWindow(Mussa& m,
   ostringstream message;
   message << "Selected " << selected_paths.size() << " paths";
   statusBar()->showMessage(message.str().c_str(), 5000);
+  browser.updatePosition();
 }