]> git.lyx.org Git - features.git/commit
n-th bug fixing patch from Vincent:
authorAbdelrazak Younes <younes@lyx.org>
Tue, 9 Sep 2008 21:01:18 +0000 (21:01 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 9 Sep 2008 21:01:18 +0000 (21:01 +0000)
commitc1fdb12118118053c2408eaa24499cc7706f04fc
tree89841436f2943c7c5307c844689cb195410b7001
parente3b15701a740b3ae6748460a47c1e6e1ecb899b9
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