Le 17/12/2018 à 15:31, Jean-Marc Lasgouttes a écrit :
commit 058c6750ac83b43819445ccf723283afb850ef91 Author: Jean-Marc Lasgouttes <lasgout...@lyx.org> Date: Mon Dec 17 12:28:32 2018 +0100Fix embarrassing typoNot clear whether this caused any bug.
Riki, OK, for 2.3.x? JMarc
- /// check if box is empty - bool empty() const { return wid == 0 && asc == 0 && wid == 0; } + /// check whether box is empty + bool empty() const { return wid == 0 && asc == 0 && des == 0; }