]> git.lyx.org Git - features.git/commit
Restrict caption insertion in tables to where it makes sense (#13037)
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Jan 2024 11:13:27 +0000 (12:13 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 28 Jan 2024 11:13:27 +0000 (12:13 +0100)
commitad6aa8ba4b9525c07e30242dd66e79ec172a2b78
treed31ec7fedd93ca9607a90a08bcf7594457cc5e15
parent7eb5003a81ab24da86062ed703c94a4ecc858362
Restrict caption insertion in tables to where it makes sense (#13037)

This requires to move insetAllowed() to the cell level, as only cells
in the caption row of a longtable actually can take a caption.
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h