]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetCollapsable.h
index 0acb0dd8f3f31041165116634cbe0ec8846a10f8..404458fe51e1e3dce937c2ba2257a1cd31da02fc 100644 (file)
@@ -92,7 +92,7 @@ public:
         *   -------------+-------------------------------
         *   Classic      | *) TopButton, <--x) ButtonOnly
         *                | LeftButton
-        *   Minimalistic | NoButton            NoButton
+        *   Minimalistic | ButtonOnly          NoButton
         *   Conglomerate | SubLabel            Corners
         *   ---------------------------------------------
         *   *) toggled by openinlined_
@@ -168,8 +168,6 @@ private:
        mutable bool openinlined_;
        /// the inset will automatically open when the cursor is inside
        mutable bool autoOpen_;
-       ///
-       mutable Dimension textdim_;
        /// changes color when mouse enters/leaves this inset
        bool mouse_hover_;
 };