mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Do not let cursor overlap with inserted graphics.
https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg219612.html
This commit is contained in:
parent
ca0576d8fd
commit
5be391b274
@ -97,9 +97,9 @@ public:
|
||||
///
|
||||
int bottomOffset(BufferView const *) const override { return 0; }
|
||||
///
|
||||
int leftOffset(BufferView const *) const override { return 0; }
|
||||
int leftOffset(BufferView const *) const override { return 3; }
|
||||
///
|
||||
int rightOffset(BufferView const *) const override { return 0; }
|
||||
int rightOffset(BufferView const *) const override { return 2; }
|
||||
|
||||
///
|
||||
void metrics(MetricsInfo &, Dimension &) const override;
|
||||
|
Loading…
Reference in New Issue
Block a user