Changeset 67 for trunk/src/MainPter.cxx

Show
Ignore:
Timestamp:
04/15/06 10:40:50 (3 years ago)
Author:
jordi
Message:

Added support for named destinations for PDF outlines.
Now the view shows the links sidebar and allows to go to where they point if you double click on them...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.cxx

    r66 r67  
    101101        showSidebar = (NULL != m_Document->getOutline () && 
    102102                       0 < m_Document->getOutline ()->getNumChildren () && 
    103                        PageModeOutlines != m_Document->getPageMode ()); 
     103                       PageModeOutlines == m_Document->getPageMode ()); 
    104104 
    105105        if ( canShowPage )