[Patch] insettext.[Ch] cleanup

2003-09-08 Thread Martin Vermeer
Here's another cleanup patch. 2003-09-09 Martin Vermeer <[EMAIL PROTECTED]> * insettext.[Ch]: remove drawText[XY]Offset Can these go in? They are close to trivial and everything still seems to work :-) - Martin -- Martin Vermeer [EMAIL PROTECTED] Helsinki University of Technolog

Re: [Patch] insettext.[Ch] cleanup

2003-09-08 Thread Martin Vermeer
The last one was indeed close to trivial. Here's the patch. - Martin Index: insettext.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/insets/insettext.C,v retrieving revision 1.493 diff -u -p -r1.493 insettext.C --- insettext.C 8

Re: [Patch] insettext.[Ch] cleanup

2003-09-09 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | The last one was indeed close to trivial. Here's the patch. This is ok. -- Lgb

Re: [Patch] insettext.[Ch] cleanup

2003-09-09 Thread Martin Vermeer
On Tue, Sep 09, 2003 at 10:33:35AM +0200, Lars Gullik Bjønnes spake thusly: > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | The last one was indeed close to trivial. Here's the patch. > > This is ok. > > -- > Lgb And the first one? There is a change in functionality there (bug fix)

Re: [Patch] insettext.[Ch] cleanup

2003-09-09 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | On Tue, Sep 09, 2003 at 10:33:35AM +0200, Lars Gullik Bjønnes spake thusly: | >> Martin Vermeer <[EMAIL PROTECTED]> writes: >> >> | The last one was indeed close to trivial. Here's the patch. >> >> This is ok. >> >> -- >> Lgb > | And the firs

Re: [Patch] insettext.[Ch] cleanup

2003-09-09 Thread Martin Vermeer
On Tue, Sep 09, 2003 at 11:13:56AM +0200, Lars Gullik Bjønnes spake thusly: > > Martin Vermeer <[EMAIL PROTECTED]> writes: > > | On Tue, Sep 09, 2003 at 10:33:35AM +0200, Lars Gullik Bjønnes spake thusly: > | > >> Martin Vermeer <[EMAIL PROTECTED]> writes: > >> > >> | The last one was indeed c

Re: [Patch] insettext.[Ch] cleanup

2003-09-09 Thread Lars Gullik Bjønnes
Martin Vermeer <[EMAIL PROTECTED]> writes: | 323} else { | 324FuncRequest cmd1 = cmd; | 325if (!bv->lockInset(this)) | 326return DISPATCHED; | 327if (cmd.y <= button_dim.y2) { | 328cmd1.y