[Okular-devel] [Bug 180291] Okular presentation mode fails

Pino Toscano pino at kde.org
Sat Mar 7 17:32:50 CET 2009


https://bugs.kde.org/show_bug.cgi?id=180291





--- Comment #13 from Pino Toscano <pino kde org>  2009-03-07 17:32:46 ---
@Roman:
are you able to try the following patch? (either 4.2 or trunk is okay)

Index: ui/presentationwidget.cpp
===================================================================
--- ui/presentationwidget.cpp   (revision 935675)
+++ ui/presentationwidget.cpp   (working copy)
@@ -640,10 +640,6 @@

 void PresentationWidget::resizeEvent( QResizeEvent *re )
 {
-    // kDebug() << re->oldSize() << "=>" << re->size();
-    if ( re->oldSize() == QSize( -1, -1 ) )
-        return;
-
     m_screen = QApplication::desktop()->screenNumber( this );

     applyNewScreenSize( re->oldSize() );

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Okular-devel mailing list