Changeset 47693 in vbox for trunk/src/VBox
- Timestamp:
- Aug 13, 2013 1:09:31 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIPopupCenter.cpp
r47644 r47693 372 372 373 373 /* Assign event-filter: */ 374 pParent-> installEventFilter(pPopupStack);374 pParent->window()->installEventFilter(pPopupStack); 375 375 376 376 /* Assign parent depending on passed *stack* type: */ … … 401 401 402 402 /* Unassign event-filter: */ 403 pParent-> removeEventFilter(pPopupStack);403 pParent->window()->removeEventFilter(pPopupStack); 404 404 } 405 405 -
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp
r47644 r47693 116 116 /* Read parent geometry: */ 117 117 QRect geo(parentWidget()->geometry()); 118 if (!parentWidget()->isWindow()) 119 geo.moveTo(parentWidget()->mapToGlobal(QPoint(0, 0))); 118 120 119 121 /* Determine size: */
Note:
See TracChangeset
for help on using the changeset viewer.