------- 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