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

List:       kde-commits
Subject:    kdegraphics/kghostview
From:       Luís Pedro Coelho <luis () luispedro ! org>
Date:       2004-05-05 22:40:10
Message-ID: 20040505224010.952611E28 () office ! kde ! org
[Download RAW message or body]

CVS commit by luis_pedro: 

(After a time off from KDE to concentrate on school, I am back fixing [and introducing] kghostview bugs)

Fix a part of 79663 : Leaving fullscreen mode resets "show page list"


  M +2 -7      kgv_view.cpp   1.180


--- kdegraphics/kghostview/kgv_view.cpp  #1.179:1.180
@@ -972,11 +972,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