From: Alfredo Braunstein Date: Fri, 12 Dec 2003 13:39:18 +0000 (+0000) Subject: reenable clicks in collapsables on the second+ page X-Git-Tag: 1.6.10~15656 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=cd78cc23558680c626aea827dfa25edf3f6d822a;p=features.git 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 --- diff --git a/src/BufferView_pimpl.C b/src/BufferView_pimpl.C index 49c97d01ae..eb20af4faf 100644 --- a/src/BufferView_pimpl.C +++ b/src/BufferView_pimpl.C @@ -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); diff --git a/src/ChangeLog b/src/ChangeLog index c0e3973160..82642f22c8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-12-12 Alfredo Braunstein + + * BufferView_pimpl.C: small coord. correction + 2003-12-12 Alfredo Braunstein * BufferView_pimpl.C (workAreaDispatch): avoid crashing when