Abdelrazak Younes wrote:
@@ -32,16 +32,24 @@
{
// try to get the current cell
BufferView const * const bv = kernel().bufferview();
+InsetTabular const * current_inset = 0;
if (bv) {
Cursor const & cur = bv->cursor();
// get the innermost tabular inset;
Angus Leeming wrote:
Abdelrazak Younes wrote:
I got a much better solution attached.
Abdel.
Index: frontends/controllers/ControlTabular.cpp
===
--- fronten
Abdelrazak Younes wrote:
I got a much better solution attached.
Abdel.
Index: frontends/controllers/ControlTabular.cpp
===
--- frontends/controllers/Control
José Matos wrote:
On Wednesday 18 July 2007 10:13:58 Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
I got a much better solution attached.
This seems to work AFAICS.
Jose?
OK.
Done.
Abdel.
On Wednesday 18 July 2007 10:13:58 Abdelrazak Younes wrote:
> Jürgen Spitzmüller wrote:
> > Abdelrazak Younes wrote:
> >> I got a much better solution attached.
> >
> > This seems to work AFAICS.
>
> Jose?
OK.
--
José Abílio
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
I got a much better solution attached.
This seems to work AFAICS.
Jose?
Abdelrazak Younes wrote:
> I got a much better solution attached.
This seems to work AFAICS.
Thanks.
Jürgen
Abdelrazak Younes wrote:
Jürgen Spitzmüller wrote:
Abdelrazak Younes wrote:
Here is a radical solution. I should have thought about this earlier!
The dialog will be updated in any case by the LyXFunc::dispatch() method
so the updating done in InsetTabular::dispatch() is superfluous.
This patc