CVS commit by ariya: default to 100% zoom M +2 -0 kozoomaction.cpp 1.3 --- koffice/lib/kofficeui/kozoomaction.cpp #1.2:1.3 @@ -109,4 +109,6 @@ void KoZoomAction::init() setItems( values ); + setCurrentItem( values.findIndex( QString("%1%").arg( 100 ) ) ); + connect( this, SIGNAL( activated( const QString& ) ), SLOT( activated( const QString& ) ) );