]> git.lyx.org Git - features.git/commit
Remove mutable variable InsetTabular::offset_valign_
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 10:37:14 +0000 (12:37 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 18 Jul 2016 10:37:14 +0000 (12:37 +0200)
commit097ab41c49d6f8c6e4d2519663e118a3f2667b4f
treeab7f0112af4869b26321ff31f4ef06545392a75b
parent31120694d9cbdbd3f2356246571f1ab8e029eaad
Remove mutable variable InsetTabular::offset_valign_

Introduce instead a function Tabular::offsetVAlignment() that does the
same thing.
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h