[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdegraphics/kghostview
From:       Luís Pedro Coelho <luis () luispedro ! org>
Date:       2004-05-05 22:42:09
Message-ID: 20040505224209.C1A351D90 () office ! kde ! org
[Download RAW message or body]

CVS commit by luis_pedro: 

Backport fix for 79663

[the zoom issue is still pending, however]

CCMAIL: 79663@bugs.kde.org


  M +2 -7      kgv_view.cpp   1.172.2.4


--- kdegraphics/kghostview/kgv_view.cpp  #1.172.2.3:1.172.2.4
@@ -965,11 +965,6 @@ void KGVRun::foundMimeType( const QStrin
 void KGVPart::updateFullScreen( bool fs )
 {
-    if ( fs ) {
-        _markList->hide();
-        _scrollBox->hide();
-    } else {
-        _markList->show();
-        _scrollBox->show();
-    }
+    if ( fs ) showMarkList( false );
+    else showMarkList( _showPageList->isChecked() );
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic