Skip to content
Snippets Groups Projects
Commit f65acbb7 authored by stefan's avatar stefan
Browse files

New SequenceViewer, fix cell size on loading

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2299 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent e3d46659
No related branches found
No related tags found
No related merge requests found
...@@ -132,6 +132,8 @@ void SequenceViewerV2::AddAlignment(const seq::AlignmentHandle& alignment) ...@@ -132,6 +132,8 @@ void SequenceViewerV2::AddAlignment(const seq::AlignmentHandle& alignment)
{ {
if(alignment.GetCount()>0 && alignment.GetLength()>0){ if(alignment.GetCount()>0 && alignment.GetLength()>0){
model_->InsertAlignment(alignment); model_->InsertAlignment(alignment);
seq_table_view_->resizeColumnsToContents();
seq_table_view_->resizeRowsToContents();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment