Mercurial > hg > svcore
changeset 48:b1d51d0521c3
* update TODO, some tidying
author | Chris Cannam |
---|---|
date | Mon, 20 Mar 2006 11:37:45 +0000 |
parents | bac8b14ab355 |
children | 39ae3dee27b9 |
files | base/ViewManager.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/base/ViewManager.h Fri Mar 17 17:38:28 2006 +0000 +++ b/base/ViewManager.h Mon Mar 20 11:37:45 2006 +0000 @@ -24,8 +24,7 @@ /** * The ViewManager manages properties that may need to be synchronised * between separate Views. For example, it handles signals associated - * with changes to the global pan and zoom. It also handles playback - * properties and play synchronisation. + * with changes to the global pan and zoom, and it handles selections. * * Views should be implemented in such a way as to work * correctly whether they are supplied with a ViewManager or not.