From 96be148d1bdad7796361358c3a461b9911cb9332 Mon Sep 17 00:00:00 2001 From: Carsten Pfeiffer Date: Fri, 14 Apr 2000 15:56:11 +0000 Subject: [PATCH] KSelectAction::setCurrentItem() does't emit activated() -> call the slot manually so that the scrollbar position is applied correctly on startup svn path=/trunk/kdebase/konsole/; revision=46604 --- src/konsole.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/konsole.C b/src/konsole.C index 20fc2f29..ade49027 100644 --- a/src/konsole.C +++ b/src/konsole.C @@ -527,6 +527,7 @@ void Konsole::readProperties(KConfig* config) n_font = QMIN(config->readUnsignedNumEntry("font",3),TOPFONT); n_scroll = QMIN(config->readUnsignedNumEntry("scrollbar",TEWidget::SCRRIGHT),2); selectScrollbar->setCurrentItem(n_scroll); + slotSelectScrollbar(); s_schema = config->readEntry("schema",""); // Global options ///////////////////////