From af612c9c0b1fe5e3be37265dfa8691245e3222c7 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Sun, 5 Oct 2014 16:12:05 +0800 Subject: [PATCH] Add objects without quadtree Even when disabled the quadtree manages to break things --- src/document.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/document.cpp b/src/document.cpp index 6e022df..f4f306e 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -443,6 +443,9 @@ done: // matches is not amused, but sulix is nice and moved it inside the #ifdef m_count++; PropagateQuadChanges(qti); } +#else // Although empty documents do always render correctly at any zoom, + // I suspect the markers will not be amused + m_count++; #endif return m_count; // Why can't we just use the size of types or something? } -- 2.20.1