mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +00:00
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:
parent
65552a8dca
commit
cd78cc2355
@ -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);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user