rgheck
Sat, 19 Sep 2009 14:14:51 -0700
On 09/19/2009 04:57 PM, Abdelrazak Younes wrote:
On 19/09/2009 22:52, rgheck wrote: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?Good question :-) This is answered in my latest commit:
I see: It's the need for the cursor. I'll check this, as you asked, shortly. rh