mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
style
This commit is contained in:
parent
a70571258d
commit
b8661bcfb3
@ -2499,7 +2499,7 @@ void BufferView::putSelectionAt(DocIterator const & cur,
|
|||||||
bool BufferView::selectIfEmpty(DocIterator & cur)
|
bool BufferView::selectIfEmpty(DocIterator & cur)
|
||||||
{
|
{
|
||||||
if ((cur.inTexted() && !cur.paragraph().empty())
|
if ((cur.inTexted() && !cur.paragraph().empty())
|
||||||
|| cur.inMathed() && !cur.cell().empty())
|
|| (cur.inMathed() && !cur.cell().empty()))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
pit_type const beg_pit = cur.pit();
|
pit_type const beg_pit = cur.pit();
|
||||||
|
Loading…
Reference in New Issue
Block a user