> Can I revert this patch shortly? I like my working dir to be in sync
> with the repository. Is it possible this needs to be propagated from
> trunk to 1.5 branch?

Is this in trunk or branch? If things work OK after you revert, I have
my OK. (Make sure to test middle paste within and between table and
formula as well).

Bo

>
> Have fun,
> Darren
>
> Index: src/insets/InsetTabular.cpp
> ===================================================================
> --- src/insets/InsetTabular.cpp (revision 19221)
> +++ src/insets/InsetTabular.cpp (working copy)
> @@ -3490,6 +3490,7 @@
>                 cell(cur.idx())->dispatch(cur, cmd);
>                 break;
>         }
> +       theSelection().haveSelection(bvcur.selection());
>  }
>
>
> Index: src/Text3.cpp
> ===================================================================
> --- src/Text3.cpp       (revision 19221)
> +++ src/Text3.cpp       (working copy)
> @@ -1586,6 +1586,7 @@
>         }
>
>         needsUpdate |= (cur.pos() != cur.lastpos()) && cur.selection();
> +       theSelection().haveSelection(bv->cursor().selection());
>
>         // FIXME: The cursor flag is reset two lines below
>         // so we need to check here if some of the LFUN did touch that.
>
>
>

Reply via email to