mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Captions do not accept alignment, spacing, etc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17834 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
7392d69323
commit
840ee198e2
@ -78,6 +78,8 @@ public:
|
||||
void setCustomLabel(docstring const & label);
|
||||
///
|
||||
void addToToc(TocList &, Buffer const &) const;
|
||||
/// Captions don't accept alignment, spacing, etc.
|
||||
bool forceDefaultParagraphs(idx_type) const { return true; }
|
||||
|
||||
private:
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user