~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/pageitem.cpp

  • Committer: Adam Reichold
  • Date: 2013-01-08 13:12:18 UTC
  • Revision ID: adamreichold@myopera.com-20130108131218-bk0l74jrvmob4lpe
finished simplifying header handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
843
843
            break;
844
844
        case RotateBy90:
845
845
        case RotateBy270:
 
846
            xres = m_scaleFactor * m_physicalDpiY;
 
847
            yres = m_scaleFactor * m_physicalDpiX;
846
848
            break;
847
849
        }
848
850