Fix go to toolbar go to button

This commit is contained in:
luisangelsm
2026-01-23 21:19:45 +01:00
parent be7b41ab9d
commit 599ad67877
2 changed files with 15 additions and 8 deletions

View File

@ -19,6 +19,7 @@ private:
QIntValidator *v;
QPushButton *centerButton;
QPushButton *goToButton;
QPushButton *goToButton2;
QLabel *pageHint;
QWidget *bar;
void paintEvent(QPaintEvent *) override;