Re: getStatus() Problem in Trunk

2008-03-20 Thread rgheck
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

getStatus() Problem in Trunk

2008-03-20 Thread rgheck
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.