Merge branch 'master' of git.ucc.asn.au:ipdf/code
authorDavid Gow <[email protected]>
Thu, 17 Apr 2014 02:52:45 +0000 (10:52 +0800)
committerDavid Gow <[email protected]>
Thu, 17 Apr 2014 02:52:45 +0000 (10:52 +0800)
1  2 
src/view.cpp

diff --cc src/view.cpp
@@@ -67,9 -94,10 +94,10 @@@ void View::Render(
        }
        glEnd();
  
+       
        for (unsigned id = 0; id < m_document.ObjectCount(); ++id)
        {
 -              if (m_document.m_objects.types[id] == RECT_OUTLINE)
 +              if (m_document.m_objects.types[id] != RECT_OUTLINE)
                        continue;
                Rect obj_bounds = m_document.m_objects.bounds[id];
                glBegin(GL_LINE_LOOP);

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