Always clear the page number field in GoToDialog when it is opened

This commit is contained in:
Luis Ángel San Martín 2022-09-04 17:47:09 +02:00
parent e92a537f95
commit 906028b184

View File

@ -74,6 +74,7 @@ void GoToDialog::setNumPages(unsigned int numPages)
void GoToDialog::open()
{
pageNumber->clear();
pageNumber->setFocus();
QDialog::open();
}