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
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 :)
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
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
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
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