mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Fix bug 5604: http://bugzilla.lyx.org/show_bug.cgi?id=5604.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28400 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0730c9235a
commit
72fdd1b861
@ -3104,6 +3104,7 @@ void InsetTabular::draw(PainterInfo & pi, int x, int y) const
|
||||
void InsetTabular::drawSelection(PainterInfo & pi, int x, int y) const
|
||||
{
|
||||
Cursor & cur = pi.base.bv->cursor();
|
||||
resetPos(cur);
|
||||
|
||||
x += scx_ + ADD_TO_TABULAR_WIDTH;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user