- whoopsie, forgot to re-add the cache flag to that inline flagset there

Fri, 10 Jan 2014 15:41:57 +0200

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Fri, 10 Jan 2014 15:41:57 +0200
changeset 616
92170185dbb6
parent 615
b9073bddec0d
child 617
f5059d144438

- whoopsie, forgot to re-add the cache flag to that inline flagset there

src/gldraw.cc file | annotate | diff | comparison | revisions
--- a/src/gldraw.cc	Fri Jan 10 15:31:05 2014 +0200
+++ b/src/gldraw.cc	Fri Jan 10 15:41:57 2014 +0200
@@ -997,7 +997,7 @@
 			LDSubfile* ref = static_cast<LDSubfile*> (obj);
 			QList<LDObject*> objs;
 
-			objs = ref->inlineContents (LDSubfile::DeepInline | LDSubfile::RendererInline);
+			objs = ref->inlineContents (LDSubfile::DeepCacheInline | LDSubfile::RendererInline);
 			bool oldinvert = g_glInvert;
 
 			if (ref->getTransform().getDeterminant() < 0)

mercurial