mirror of
https://github.com/YACReader/yacreader
synced 2025-07-25 16:34:56 -04:00
fixed some dialogs in MacOSX, now they are shown as sheets
This commit is contained in:
@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user