mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
style
This commit is contained in:
parent
1cc81b1c9c
commit
0fd4db5c9a
@ -2501,7 +2501,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();
|
||||
|
@ -63,6 +63,8 @@ What's new
|
||||
- Fix crash when entering math in change-tracking mode while merge changes
|
||||
dialog is open (bug 7685).
|
||||
|
||||
- Fix crash when CheckTeX hits mathed (bug 8798).
|
||||
|
||||
- Failed instant preview compilation now returns an error. And a red box is
|
||||
drawn around very small preview imagines, so they can be seen (bug 7522).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user