Changeset 11773 in vbox
- Timestamp:
- Aug 28, 2008 4:16:53 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35553
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp
r11662 r11773 1146 1146 } 1147 1147 } 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 1148 1156 break; 1149 1157 }
Note:
See TracChangeset
for help on using the changeset viewer.