mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Always clear the page number field in GoToDialog when it is opened
This commit is contained in:
@ -74,6 +74,7 @@ void GoToDialog::setNumPages(unsigned int numPages)
|
||||
|
||||
void GoToDialog::open()
|
||||
{
|
||||
pageNumber->clear();
|
||||
pageNumber->setFocus();
|
||||
QDialog::open();
|
||||
}
|
||||
|
Reference in New Issue
Block a user