X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyx_cb.C;h=b288c45fbaa6f18bfb1541a0ecda12b8f40cfabd;hb=abb623f7872ba960a92a6d069dcb6aa5add0d8b0;hp=6733d5b35014e53a3e2859f867bdc6414691a256;hpb=e19f533b0e3be182795a12ebb5514b8c594b82dd;p=features.git diff --git a/src/lyx_cb.C b/src/lyx_cb.C index 6733d5b350..b288c45fba 100644 --- a/src/lyx_cb.C +++ b/src/lyx_cb.C @@ -1441,7 +1441,8 @@ void MenuLayoutCharacter() } -inline void DeactivateParagraphButtons () +inline +void DeactivateParagraphButtons () { fl_deactivate_object (fd_form_paragraph->button_ok); fl_deactivate_object (fd_form_paragraph->button_apply); @@ -1450,7 +1451,8 @@ inline void DeactivateParagraphButtons () } -inline void ActivateParagraphButtons () +inline +void ActivateParagraphButtons () { fl_activate_object (fd_form_paragraph->button_ok); fl_activate_object (fd_form_paragraph->button_apply); @@ -1459,7 +1461,8 @@ inline void ActivateParagraphButtons () } -inline void DisableParagraphLayout () +inline +void DisableParagraphLayout () { DeactivateParagraphButtons(); fl_deactivate_object (fd_form_paragraph->input_labelwidth); @@ -1482,7 +1485,8 @@ inline void DisableParagraphLayout () } -inline void EnableParagraphLayout () +inline +void EnableParagraphLayout () { ActivateParagraphButtons(); fl_activate_object (fd_form_paragraph->input_labelwidth);