Mercurial > hg > svapp
diff framework/Document.h @ 83:c60bf8995166
* Ensure plugin version is updated when a transform is re-run using a newer
plugin -- so that the plugin version saved in the session corresponds with
the one that was actually used, not the one previously specified
* Fix uninitialised font size in preferences -- was causing all sorts of grief
author | Chris Cannam |
---|---|
date | Mon, 28 Jan 2008 17:43:44 +0000 |
parents | 58bfaaed07ed |
children | db267a315058 |
line wrap: on
line diff
--- a/framework/Document.h Fri Jan 25 18:15:57 2008 +0000 +++ b/framework/Document.h Mon Jan 28 17:43:44 2008 +0000 @@ -297,7 +297,7 @@ protected: Document *m_d; View *m_view; // I don't own this - Layer *m_layer; // Document owns this, but I determine its lifespans + Layer *m_layer; // Document owns this, but I determine its lifespan QString m_name; bool m_added; };