reenable clicks in collapsables on the second+ page

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8239 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Alfredo Braunstein 2003-12-12 13:39:18 +00:00
parent 65552a8dca
commit cd78cc2355
2 changed files with 5 additions and 1 deletions

View File

@ -886,7 +886,7 @@ namespace {
lyxerr << "not descendable" << endl;
break;
}
int const cell = inset->getCell(x, y);
int const cell = inset->getCell(x, y + bv->top_y());
if (cell == -1)
break;
text = inset_hit->getText(cell);

View File

@ -1,3 +1,7 @@
2003-12-12 Alfredo Braunstein <abraunst@libero.it>
* BufferView_pimpl.C: small coord. correction
2003-12-12 Alfredo Braunstein <abraunst@lyx.org>
* BufferView_pimpl.C (workAreaDispatch): avoid crashing when