mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
InsetCollapsable::insetButtonRelease returned the wrong return value in
some circumstances. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4152 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3e9cb61e17
commit
983c8fad11
@ -1,3 +1,8 @@
|
||||
2002-05-13 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* insetcollapsable.C (insetButtonRelease): returned wrong return
|
||||
value.
|
||||
|
||||
2002-05-09 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* insetcollapsable.C (edit): first_after_edit should only be
|
||||
|
@ -355,7 +355,7 @@ bool InsetCollapsable::insetButtonRelease(BufferView * bv,
|
||||
if ((button == 3) && !ret) {
|
||||
return showInsetDialog(bv);
|
||||
}
|
||||
return false;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user