mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +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()
|
||||
{
|
||||
setSelection(true);
|
||||
// A selection with no contents is not a selection
|
||||
// FIXME: doesnt look ok
|
||||
if (idx() == normalAnchor().idx() &&
|
||||
pit() == normalAnchor().pit() &&
|
||||
pos() == normalAnchor().pos())
|
||||
|
Loading…
Reference in New Issue
Block a user