VirtualBox

Changeset 11773 in vbox


Ignore:
Timestamp:
Aug 28, 2008 4:16:53 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
35553
Message:

FE/Qt4: Fix wrong cursor after resize in Qt 4.4.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r11662 r11773  
    11461146                }
    11471147            }
     1148            /* restoreOverrideCursor is broken in Qt 4.4.0 if WA_PaintOnScreen
     1149             * widgets are present. This is the case on linux with SDL. As
     1150             * workaround we set the arrow cursor manually.
     1151             * See http://trolltech.com/developer/task-tracker/index_html?id=206165&method=entry
     1152             * for details. */
     1153#if defined (Q_WS_X11) && (QT_VERSION >= 0x040309) && (QT_VERSION < 0x040401)
     1154            qApp->setOverrideCursor(Qt::ArrowCursor);
     1155#endif
    11481156            break;
    11491157        }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette