diff --git a/YACReader/goto_dialog.cpp b/YACReader/goto_dialog.cpp index ea783fb7..537ab910 100644 --- a/YACReader/goto_dialog.cpp +++ b/YACReader/goto_dialog.cpp @@ -74,6 +74,7 @@ void GoToDialog::setNumPages(unsigned int numPages) void GoToDialog::open() { + pageNumber->clear(); pageNumber->setFocus(); QDialog::open(); }