X-Git-Url: https://git.ucc.asn.au/?p=ipdf%2Fcode.git;a=blobdiff_plain;f=src%2Fdocument.cpp;h=f4f306eb9b74c38c21e4666237133afd3fa9f705;hp=6e022dfbd176796e7852679690b43b8eaaa29654;hb=af612c9c0b1fe5e3be37265dfa8691245e3222c7;hpb=f3452f32fba45b1f317e4a6a1906d16068ce3bdf 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? }