Re: [patch] Painting problem

2008-09-10 Thread Jean-Marc Lasgouttes
Andre Poenitz <[EMAIL PROTECTED]> writes: > On Tue, Sep 09, 2008 at 10:56:06PM +0200, Abdelrazak Younes wrote: >>> If you haven't already, bug JMarc for commit privileges. Still always >>> a good idea to post things for comment, unless they are very trivial. >>> But at least then you can commit

Re: [patch] Painting problem

2008-09-09 Thread Pavel Sanda
Vincent van Ravesteijn - TNW wrote: > While trying to fulfill my bug-solving quota of this week, I came > accross the following : > > Almost all methods in the GuiPainter class have something like > > if (!isDrawingEnabled()) > return; > > except GuiPainter::fillRectangle(...) !! yesss :)

Re: [patch] Painting problem

2008-09-09 Thread Andre Poenitz
On Tue, Sep 09, 2008 at 10:56:06PM +0200, Abdelrazak Younes wrote: >> If you haven't already, bug JMarc for commit privileges. Still always >> a good idea to post things for comment, unless they are very trivial. >> But at least then you can commit things yourself. > > I vote for letting Vincen

Re: [patch] Painting problem

2008-09-09 Thread Abdelrazak Younes
rgheck wrote: Vincent van Ravesteijn - TNW wrote: Hi all, While trying to fulfill my bug-solving quota of this week, I came accross the following : Almost all methods in the GuiPainter class have something like if (!isDrawingEnabled()) return; except GuiPainter::fillRectangle(...) !! Ad

Re: [patch] Painting problem

2008-09-09 Thread rgheck
Vincent van Ravesteijn - TNW wrote: Hi all, While trying to fulfill my bug-solving quota of this week, I came accross the following : Almost all methods in the GuiPainter class have something like if (!isDrawingEnabled()) return; except GuiPainter::fillRectangle(...) !! Adding this

[patch] Painting problem

2008-09-09 Thread Vincent van Ravesteijn - TNW
Hi all, While trying to fulfill my bug-solving quota of this week, I came accross the following : Almost all methods in the GuiPainter class have something like if (!isDrawingEnabled()) return; except GuiPainter::fillRectangle(...) !! Adding this will solve gmane.editors.lyx.devel/1