mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
Improve comments
This commit is contained in:
parent
a940e9d709
commit
8bd47bda8c
@ -4474,7 +4474,7 @@ void InsetTabular::draw(PainterInfo & pi, int x, int y) const
|
|||||||
|
|
||||||
idx_type idx = 0;
|
idx_type idx = 0;
|
||||||
|
|
||||||
// Save change status
|
// Save tabular change status
|
||||||
Change tab_change = pi.change;
|
Change tab_change = pi.change;
|
||||||
|
|
||||||
int yy = y + tabular.offsetVAlignment();
|
int yy = y + tabular.offsetVAlignment();
|
||||||
@ -4491,8 +4491,9 @@ void InsetTabular::draw(PainterInfo & pi, int x, int y) const
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Mark deleted rows/columns
|
|
||||||
pi.selected |= isCellSelected(cur, r, c);
|
pi.selected |= isCellSelected(cur, r, c);
|
||||||
|
|
||||||
|
// Mark deleted rows/columns
|
||||||
if (tabular.column_info[c].change.changed())
|
if (tabular.column_info[c].change.changed())
|
||||||
pi.change = tabular.column_info[c].change;
|
pi.change = tabular.column_info[c].change;
|
||||||
else if (tabular.row_info[r].change.changed())
|
else if (tabular.row_info[r].change.changed())
|
||||||
|
Loading…
Reference in New Issue
Block a user