]> git.lyx.org Git - features.git/commit
Fix bug #7667: Pixmap cache and CT lead to random colors
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 29 Apr 2012 12:26:24 +0000 (14:26 +0200)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 29 Apr 2012 12:59:19 +0000 (14:59 +0200)
commit63279938670e753b825ebb42c68d9b6be3a3937a
tree9b0f891556ba09b34f87189711cdbe10bec5314e
parentaf4e31ec28c71815ca07bebd6e5c3893535f4bf8
Fix bug #7667: Pixmap cache and CT lead to random colors

The signature of the character in cache should take into account the
change tracking baseColor (author) and mergeColor (added/deleted). If not,
we will mixup different cached pixmaps.
src/frontends/qt4/GuiPainter.cpp