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

@ -77,8 +77,8 @@ void GoToDialog::setNumPages(unsigned int numPages)
v->setTop(numPages);
}
void GoToDialog::show()
void GoToDialog::open()
{
pageNumber->setFocus();
QDialog::show();
}
QDialog::open();
}