Merge branch 'master' of git.ucc.asn.au:ipdf/code
authorDavid Gow <[email protected]>
Wed, 24 Sep 2014 13:05:49 +0000 (21:05 +0800)
committerDavid Gow <[email protected]>
Wed, 24 Sep 2014 13:05:49 +0000 (21:05 +0800)
1  2 
src/bezier.h
src/document.cpp
src/document.h
src/view.cpp

diff --cc src/bezier.h
Simple merge
Simple merge
diff --cc src/document.h
Simple merge
diff --cc src/view.cpp
@@@ -171,9 -199,9 +199,9 @@@ void View::Render(int width, int height
        m_cached_display.Clear();
  
  #ifndef QUADTREE_DISABLED
-       if (m_bounds_dirty)
+       if (m_bounds_dirty || !m_lazy_rendering)
        {
 -              if ( false &&  (m_bounds.x > 1.0 || m_bounds.x < 0.0 || m_bounds.y > 1.0 || m_bounds.y < 0.0 || m_bounds.w > 1.0 || m_bounds.h > 1.0))
 +              if ( (m_bounds.x > 1.0 || m_bounds.x < 0.0 || m_bounds.y > 1.0 || m_bounds.y < 0.0 || m_bounds.w > 1.0 || m_bounds.h > 1.0))
                {
                        //TODO: Generate a new parent node.
                        if (m_document.GetQuadTree().nodes[m_current_quadtree_node].parent != QUADTREE_EMPTY)

UCC git Repository :: git.ucc.asn.au