mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
Let InsetWrap find its InsetLayout.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@27896 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e836235dcb
commit
b2ee876447
@ -236,6 +236,14 @@ InsetLayout Float
|
||||
MultiPar true
|
||||
End
|
||||
|
||||
InsetLayout Wrap
|
||||
LabelFont
|
||||
Color collapsable
|
||||
Size Small
|
||||
EndFont
|
||||
MultiPar true
|
||||
End
|
||||
|
||||
InsetLayout URL
|
||||
LyXType standard
|
||||
LatexName url
|
||||
|
@ -62,7 +62,7 @@ InsetWrap::~InsetWrap()
|
||||
|
||||
docstring InsetWrap::name() const
|
||||
{
|
||||
return from_utf8(params_.type);
|
||||
return "Wrap:" + from_utf8(params_.type);
|
||||
}
|
||||
|
||||
|
||||
|
@ -59,6 +59,8 @@ What's new
|
||||
|
||||
- Set buffer status to changed and record UNDO after modifying insets such
|
||||
as pagebreaks or citations via context menu.
|
||||
|
||||
- Fix on-screen layout of wrap floats.
|
||||
|
||||
- Improve debug output when tracing what actions are triggered.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user