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