lyx-devel  

Re: r31411 - lyx-devel/trunk/src

rgheck
Sat, 19 Sep 2009 13:53:21 -0700

On 09/19/2009 01:56 PM, you...@lyx.org wrote:
Author: younes
Date: Sat Sep 19 19:56:53 2009
New Revision: 31411
URL: http://www.lyx.org/trac/changeset/31411

Log:
move LFUN_BUFFER_PARAMS_APPLY to BufferView. I needed to make 
LyXFunc::updateLayout() public but this method is misplaced there.
LFUN_BUFFER_PARAMS_APPLY has now a status (disabled if read-only).

Why is this in BufferView rather than Buffer?

rh