mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Remove an incorrect/expired FIXME
Both Richard and JMarc think it is incorrect. See https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg184758.html
This commit is contained in:
parent
78b7045ed8
commit
c62a53b78b
@ -1201,8 +1201,6 @@ DocIterator Cursor::selectionEnd() const
|
|||||||
void Cursor::setSelection()
|
void Cursor::setSelection()
|
||||||
{
|
{
|
||||||
setSelection(true);
|
setSelection(true);
|
||||||
// A selection with no contents is not a selection
|
|
||||||
// FIXME: doesnt look ok
|
|
||||||
if (idx() == normalAnchor().idx() &&
|
if (idx() == normalAnchor().idx() &&
|
||||||
pit() == normalAnchor().pit() &&
|
pit() == normalAnchor().pit() &&
|
||||||
pos() == normalAnchor().pos())
|
pos() == normalAnchor().pos())
|
||||||
|
Loading…
Reference in New Issue
Block a user