mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* InsetIndex.cpp (validate):
- fall through to InsetCollapsable (bug #6715) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34654 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c8faa01f4f
commit
aab87ddb8f
@ -370,6 +370,7 @@ void InsetIndex::validate(LaTeXFeatures & features) const
|
||||
&& !params_.index.empty()
|
||||
&& params_.index != "idx")
|
||||
features.require("splitidx");
|
||||
InsetCollapsable::validate(features);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user