Changeset 46983 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 4, 2013 1:14:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp
r46979 r46983 34 34 : m_iLayoutMargin(1), m_iLayoutSpacing(1) 35 35 { 36 /* Make sure cursor is *always* valid: */ 37 setCursor(Qt::ArrowCursor); 38 36 39 #if defined(Q_WS_WIN) || defined (Q_WS_MAC) 37 40 /* Using Qt API to enable translucent background for the Win/Mac host.
Note:
See TracChangeset
for help on using the changeset viewer.