]> git.lyx.org Git - features.git/commit
Fix regression of 359aef92f87
authorGeorg Baum <baum@lyx.org>
Sat, 17 Oct 2015 16:13:18 +0000 (18:13 +0200)
committerGeorg Baum <baum@lyx.org>
Sun, 18 Oct 2015 13:26:12 +0000 (15:26 +0200)
commitb70f2eff4965c16de8b1fe9e53a9fe78167886ee
tree951d46d84221f5a1c5402fd5138e26b0e9c90209
parentc246ca2d43663dbce3d3052b2ae9459b45bf4acc
Fix regression of 359aef92f87

The context menu did no longer work for some insets, since it requires the
cursor to be in front, and editXY() is also used to determine the inset for
the context menu. Now the cursor is corrected if needed.
src/BufferView.cpp