mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix validation of insets inside a float
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2140 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e4b8f03af5
commit
c789eecdba
@ -1,3 +1,7 @@
|
||||
2001-06-22 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* insetfloat.C (Validate): Add a call to InsetCollapsable::Validate
|
||||
|
||||
2001-06-14 Juergen Vigna <jug@sad.it>
|
||||
|
||||
* insettext.C (draw): removed warinings.
|
||||
|
@ -166,6 +166,7 @@ void InsetFloat::Read(Buffer const * buf, LyXLex & lex)
|
||||
void InsetFloat::Validate(LaTeXFeatures & features) const
|
||||
{
|
||||
features.usedFloats.insert(floatType_);
|
||||
InsetCollapsable::Validate(features);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user