n-th bug fixing patch from Vincent:
commit0b3bf34f0403066b2c0bbea1b0f85f7b1f50203a
authoryounes <younes@a592a061-630c-0410-9148-cb99ea01b6c8>
Tue, 9 Sep 2008 21:01:18 +0000 (9 21:01 +0000)
committeryounes <younes@a592a061-630c-0410-9148-cb99ea01b6c8>
Tue, 9 Sep 2008 21:01:18 +0000 (9 21:01 +0000)
tree89841436f2943c7c5307c844689cb195410b7001
parent15583bc2392fe08102b5d55676a877dbdfdb7523
n-th bug fixing patch from Vincent:

Almost all methods in the GuiPainter class have something like

if (!isDrawingEnabled())
  return;

except GuiPainter::fillRectangle(...) !!

Adding this will solve

gmane.editors.lyx.devel/109857
gmane.editors.lyx.devel/109859
http://bugzilla.lyx.org/show_bug.cgi?id=4937
http://bugzilla.lyx.org/show_bug.cgi?id=5027
http://bugzilla.lyx.org/show_bug.cgi?id=5235

Maybe also:
http://bugzilla.lyx.org/show_bug.cgi?id=5230

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26351 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiPainter.cpp