mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
style
This commit is contained in:
parent
0cad43a114
commit
6979ec6818
@ -2463,7 +2463,7 @@ void BufferView::putSelectionAt(DocIterator const & cur,
|
||||
bool BufferView::selectIfEmpty(DocIterator & cur)
|
||||
{
|
||||
if ((cur.inTexted() && !cur.paragraph().empty())
|
||||
|| cur.inMathed() && !cur.cell().empty())
|
||||
|| (cur.inMathed() && !cur.cell().empty()))
|
||||
return false;
|
||||
|
||||
pit_type const beg_pit = cur.pit();
|
||||
|
@ -94,6 +94,8 @@ What's new
|
||||
- Fix crash when optional argument inside a math macro was deleted
|
||||
(bug 8329).
|
||||
|
||||
- Fix crash when CheckTeX hits mathed (bug 8798).
|
||||
|
||||
- Fix hang when selecting text (bug 8837).
|
||||
|
||||
- Fix math-ams-matrix function that could corrupt documents if not used properly
|
||||
|
Loading…
Reference in New Issue
Block a user