qt-bugs@ issue : none yet Trolltech task ID : none yet bugs.kde.org number : ? applied: no author: Lubos Lunak Fix QDesktopWidget not detecting some changes in multiscreen setups (e.g. two screens 1280x1024, one of them switching to smaller size). --- a/src/gui/kernel/qapplication_x11.cpp +++ b/src/gui/kernel/qapplication_x11.cpp @@ -3339,11 +3339,11 @@ int QApplication::x11ProcessEvent(XEvent QSize oldSize(w->size()); w->data->crect.setWidth(DisplayWidth(X11->display, scr)); w->data->crect.setHeight(DisplayHeight(X11->display, scr)); - if (w->size() != oldSize) { +// if (w->size() != oldSize) { QResizeEvent e(w->size(), oldSize); QApplication::sendEvent(w, &e); emit desktop()->resized(scr); - } +// } } #endif // QT_NO_XRANDR