fixed some dialogs in MacOSX, now they are shown as sheets

This commit is contained in:
Luis Ángel San Martín
2014-10-18 18:39:01 +02:00
parent 37a8396e41
commit dfb2b48a70
8 changed files with 23 additions and 21 deletions

View File

@ -240,7 +240,7 @@ void Viewer::prev()
}
void Viewer::showGoToDialog()
{
goToDialog->show();
goToDialog->open();
}
void Viewer::goTo(unsigned int page)
{