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

New SequenceViewer, fixed copy behaviour

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2245 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent ff73f566
Branches
Tags
No related merge requests found
......@@ -191,7 +191,7 @@ void SequenceViewerV2::CopyEvent(QKeyEvent* event)
if(list.size()>0){
QString clipboard_string;
QSet<int> rows;
int min_col=0;
int min_col=model_->columnCount();
int max_col=0;
for(int i = 0; i < list.size(); i++){
if(list[i].column()>max_col){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment