X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FText.h;h=e6826e28938248e9140fd812c50699e74f114973;hb=c0f4aa8c4b786dcfb3699b175dff63f109abba98;hp=98964e9b20bc4bb8faecab123cc681beb8a3d49e;hpb=744ee152faeb376a142d26c09784d1a7e9dd303d;p=lyx.git diff --git a/src/Text.h b/src/Text.h index 98964e9b20..e6826e2893 100644 --- a/src/Text.h +++ b/src/Text.h @@ -76,6 +76,9 @@ public: Font const & font, bool toggleall = false); /// what you expect when pressing \ 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