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

List:       kde-bugs-dist
Subject:    [Bug 97347] kpdf: unlucky fullscreen document placement with
From:       Albert Astals Cid <tsdgeos () terra ! es>
Date:       2005-01-24 17:23:45
Message-ID: 20050124172345.26124.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=97347         
tsdgeos terra es changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From tsdgeos terra es  2005-01-24 18:23 -------
CVS commit by aacid: 

Fix presentation placement on xinerama
BUG: 97347


  M +3 -3      presentationwidget.cpp   1.16


--- kdegraphics/kpdf/ui/presentationwidget.cpp  #1.15:1.16
 @ -53,7 +53,7  @ PresentationWidget::PresentationWidget( 
     // set look and geometry
     setBackgroundMode( Qt::NoBackground );
-    QDesktopWidget * d = QApplication::desktop();
-    m_width = d->width();
-    m_height = d->height();
+    QRect d = KGlobalSettings::desktopGeometry(this);
+    m_width = d.width();
+    m_height = d.height();
 
     // create top toolbar
[prev in list] [next in list] [prev in thread] [next in thread] 

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