Enable again the slider in the "Go to Page" dialog.

svn path=/trunk/KDE/kdegraphics/okular/; revision=782380
remotes/origin/KDE/4.1
Pino Toscano 18 years ago
parent c0ba4950a3
commit 822fd2488d
  1. 1
      part.cpp

@ -1073,6 +1073,7 @@ class GotoPageDialog : public KDialog
e1 = new KIntNumInput(current, w);
e1->setRange(1, max);
e1->setEditFocus(true);
e1->setSliderEnabled(true);
QLabel *label = new QLabel(i18n("&Page:"), w);
label->setBuddy(e1);

Loading…
Cancel
Save