Mercurial > hg > svapp
diff framework/SVFileReader.cpp @ 89:3b616971bdc6 sv1-v1.2pre3
* line up overview widget nicely with main pane (at least on first startup)
* fix #1878396 renaming layer seems to have no visible effect
* comment out some debug output
author | Chris Cannam |
---|---|
date | Wed, 06 Feb 2008 17:40:53 +0000 |
parents | 1fa8d5e28d0f |
children | b9faa1418d29 |
line wrap: on
line diff
--- a/framework/SVFileReader.cpp Wed Feb 06 16:42:21 2008 +0000 +++ b/framework/SVFileReader.cpp Wed Feb 06 17:40:53 2008 +0000 @@ -741,6 +741,9 @@ QString name = attributes.value("name"); layer->setObjectName(name); + QString presentationName = attributes.value("presentationName"); + layer->setPresentationName(presentationName); + int modelId; bool modelOk = false; modelId = attributes.value("model").trimmed().toInt(&modelOk);