Skip to content

Commit

Permalink
Fixed the cells cut & copy bug.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@7757 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Jan 24, 2011
1 parent 2a27735 commit 1e272b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OMNotebook/OMNotebookQT4/celldocument.cpp
Expand Up @@ -1228,6 +1228,7 @@ namespace IAEX
{
cell->setSelected( true );
selectedCells_.push_back( cell );
emit copyAvailable(true);
}
}

Expand Down Expand Up @@ -1260,6 +1261,7 @@ namespace IAEX
(*i)->setSelected(false);

selectedCells_.clear();
emit copyAvailable(false);
}

// 2006-04-18 AF, Reimplemented the function. Also added support
Expand Down

0 comments on commit 1e272b6

Please sign in to comment.