rgheck wrote:
I think there is a general problem in the trunk with the getStatus()
dispatch mechanism. If I put a breakpoint here, at line ~915 of
BufferView.cpp:
case LFUN_LAYOUT:
flag.enabled(!cur.inset().forceEmptyLayout(cur.idx()));
break;
it never gets hit. The reason se
I think there is a general problem in the trunk with the getStatus()
dispatch mechanism. If I put a breakpoint here, at line ~915 of
BufferView.cpp:
case LFUN_LAYOUT:
flag.enabled(!cur.inset().forceEmptyLayout(cur.idx()));
break;
it never gets hit. The reason seems to be this.