rgheck <rgh...@bobjweil.com> writes: >> Even better would be to use in both on input and output, and to let the user >> change these params in the document dialog from within each child.
I would prefer that too. > I thought about this, and in a way it would be easy: Buffer::params() > just has to return masterBuffer->params(). (Probably there are some > complications?) But then I wondered if this is right: When we write > the child, we'll write the master's params, since, in effect, the > child doesn't even have its own. Is that what we want to do? When writing the child, we can use params_::write() directly. I think it requires to be careful, but it is doable and desirable. JMarc