[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

RE: [XaraXtreme-dev] Debugging View::RenderOptimalView - request for assistance



> Turning off caching at the global level (from the Debug menu) would
> simplify your testing.

As well as instantly confirming whether this is, in fact, the problem...

> There are places where the caching is disabled within the scope of a
> function using a "ScopedFlagSetter".

It appears that there should be this line at the top of
Filter::ExportRender

ScopedFlagSetter
fsBitmapCacheing(NodeRenderableBounded::bEnableCacheing, FALSE);

That is in the current Xtreme code but not in XaraLX...

Gerry