Skip to content

Commit

Permalink
removed autorotation as it seems to cause problems
Browse files Browse the repository at this point in the history
Closes #3 (autorotation incorrect for some files)
  • Loading branch information
defunctzombie committed Dec 5, 2010
1 parent e3ab04e commit ed68ef4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions MainWindow.cpp
Expand Up @@ -98,10 +98,6 @@ void MainWindow::open(const QString& filename)

_activePage = &_pages.last();

Poppler::Page::Rotation rotate = Poppler::Page::Rotate0;
if (_activePage->ppage->orientation() == Poppler::Page::Portrait)
_activePage->rotation = Poppler::Page::Rotate90;

if (document->numPages() > 1)
name += QString("-%1").arg(i+1);
_drawingsCombo->addItem(name);
Expand Down

0 comments on commit ed68ef4

Please sign in to comment.