Juergen Spitzmueller wrote:
The attached patch implements a pref option to enable the pixmap cache on
Windows and the Mac (it is now disabled by default).
I cannot really test, since I'm on Linux. Could someone do this and check
that it works?
-bool const usePixmapCache = USE_PIXMAP_CACHE;
+bool const usePixmapCache = (lyxrc.use_pixmap_cache && USE_PIXMAP_CACHE);
This will require a restart to take the change into account. A static
member in QLPainter that you change in the prefs dialog should do the trick.
I do not plan to forwardport this to trunk ATM, since Abdel maybe has
different plans.
I think I've done enough metrics cleanup in trunk (and am a bit fad up
with it). Someone else might do further cleanup to enable full Row or
even full Paragraph pixmap caching.
It can be done easily, if needed.
I think you should do it.
Abdel.