mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Add a comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33699 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a866d2e1a9
commit
16c74c7f25
@ -76,6 +76,9 @@ public:
|
||||
Font const & font, bool toggleall = false);
|
||||
|
||||
/// what you expect when pressing \<enter\> at cursor position
|
||||
/// \param inverse_logic if false, the same layout is set for the
|
||||
/// new paragraph if the layout is an environment; if true, the
|
||||
/// same layout is set if it is not an environment
|
||||
void breakParagraph(Cursor & cur, bool inverse_logic = false);
|
||||
|
||||
/// set layout over selection
|
||||
|
Loading…
Reference in New Issue
Block a user