Abdelrazak Younes 8842f9a009 A better fix for bug 3194 (see rev. 17027).
* BufferView::mouseSetCursor(): do not call setTargetX() here because this needs the mathed coordcache which is not ensured to be up to date. Because of this, cursor movement might need some adjustment.

* InsetMathNest::lfunMousePress(): revert commit 17027.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17028 a592a061-630c-0410-9148-cb99ea01b6c8
2007-02-02 20:23:56 +00:00
..
2006-03-16 15:05:47 +00:00
2006-10-22 10:15:23 +00:00
2006-12-17 15:05:18 +00:00
2006-12-17 15:05:18 +00:00
2006-12-17 15:05:18 +00:00
2006-12-17 15:05:18 +00:00
2006-10-22 10:15:23 +00:00
2006-10-22 10:15:23 +00:00
2006-10-22 10:15:23 +00:00
2006-12-17 15:05:18 +00:00
2006-10-22 10:15:23 +00:00
2006-10-22 10:15:23 +00:00
2006-10-21 00:16:43 +00:00
2006-10-21 00:16:43 +00:00
2006-12-17 15:05:18 +00:00
2006-10-22 10:15:23 +00:00
2006-12-17 15:05:18 +00:00
2006-10-22 10:15:23 +00:00
2006-10-22 10:15:23 +00:00
2006-12-17 15:05:18 +00:00
2006-12-19 14:24:25 +00:00
2006-12-19 14:24:25 +00:00
2006-10-22 10:15:23 +00:00
2004-08-15 21:45:30 +00:00
2004-04-20 08:51:15 +00:00

Inset 'Xyz' is implemented by 'MathXyzInset' in 'math_xyzinset.[hC]'


Inset hierarchy:

                                   MathInset
                                (abstract base)

                         /            |               \

              Dim                  Char               Symbol, Space, ...
         (thing that need       (for things formerly
          the width_/ascent_     known as characters)
          /descent_ cache)

          /             \

       Nest              Dots,  Func, ...
  (for thing with
   nested content)

        |         \

      Grid        Decoration   Delim   Frac  Macro  Root  Script  Sqrt

      /   \

 Array    Hull
         (base for eqnarray/align/...)