mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Fix default float placement
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6436 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
43f489b357
commit
90b68775e9
@ -1,3 +1,7 @@
|
||||
2003-03-10 Dekel Tsur <dekelts@tau.ac.il>
|
||||
|
||||
* insetfloat.h: Set default placement to an empty string.
|
||||
|
||||
2003-03-10 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* insettext.C (latex): addjust call to latexParagraphs.
|
||||
|
@ -20,7 +20,7 @@
|
||||
|
||||
struct InsetFloatParams {
|
||||
///
|
||||
InsetFloatParams() : placement("htbp"), wide(false) {}
|
||||
InsetFloatParams() : wide(false) {}
|
||||
///
|
||||
void write(std::ostream & os) const;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user