mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-14 12:25:11 +00:00
* src/insets/InsetTabular.h:
- implement hasFixedWidth() (fixes part of bug 3484). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25805 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4ecd231549
commit
b896fa110d
@ -681,6 +681,8 @@ private:
|
|||||||
virtual bool forcePlainLayout(idx_type = 0) const;
|
virtual bool forcePlainLayout(idx_type = 0) const;
|
||||||
///
|
///
|
||||||
virtual bool allowParagraphCustomization(idx_type = 0) const;
|
virtual bool allowParagraphCustomization(idx_type = 0) const;
|
||||||
|
/// Is the width forced to some value?
|
||||||
|
bool hasFixedWidth() const { return isFixedWidth; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user