]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
1.) some white spaces removed
[lyx.git] / src / LyXAction.cpp
index d9da017dc07d856dff77dd0c86eba6d44cd726cf..4fe47081af70cf0c880547951821f94fa31710e8 100644 (file)
@@ -2258,7 +2258,7 @@ void LyXAction::init()
  * \li Origin: lasgouttes, 19 Jul 2001
  * \endvar
  */
-               { LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly | AtPoint, Hidden },
+               { LFUN_INSET_TOGGLE, "inset-toggle", ReadOnly | AtPoint, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_ALL_INSETS_TOGGLE
  * \li Action: Toggles (open/closes) all collapsable insets (of a given type) in the document.