From 822fd2488da2041d59f93a000e2d5ebeccc4e9e6 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 4 Mar 2008 23:32:58 +0000 Subject: [PATCH] Enable again the slider in the "Go to Page" dialog. svn path=/trunk/KDE/kdegraphics/okular/; revision=782380 --- part.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/part.cpp b/part.cpp index fff324d77..0b130783b 100644 --- a/part.cpp +++ b/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);