Vincent van Ravesteijn - TNW wrote:
Guys,Where can I hide to shame for writing this piece of code:Text3.cpp:465 TextMetrics & tm = bv->textMetrics(this); 466 if (!tm.contains(cur.pit())) { 467 lyx::dispatch(FuncRequest(LFUN_SCREEN_SHOW_CURSOR)); 468 tm = bv->textMetrics(this); 469 }Anyway, I think bug #5888 is now fixed in r29665.
I've done that kind of thing. Sometimes I think references are not necessarily a good thing. rh