mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Add bug reference.
This commit is contained in:
parent
d5a9699794
commit
9d8bef017b
@ -653,7 +653,7 @@ void GuiWorkArea::contextMenuEvent(QContextMenuEvent * e)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (e->reason() == QContextMenuEvent::Keyboard)
|
if (e->reason() == QContextMenuEvent::Keyboard)
|
||||||
// Subtract the top margin
|
// Subtract the top margin, see #12811
|
||||||
pos.setY(pos.y() - d->buffer_view_->topMargin());
|
pos.setY(pos.y() - d->buffer_view_->topMargin());
|
||||||
|
|
||||||
name = d->buffer_view_->contextMenu(pos.x(), pos.y());
|
name = d->buffer_view_->contextMenu(pos.x(), pos.y());
|
||||||
|
Loading…
Reference in New Issue
Block a user