Changeset 6148 in vbox for trunk/src/VBox
- Timestamp:
- Dec 19, 2007 9:22:38 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r6146 r6148 2046 2046 #ifdef Q_WS_MAC /* setMask seems to not include the far border pixels. */ 2047 2047 QRect maskRect = dtw->screenGeometry (this); 2048 maskRect.setRight (maskRect.right() + 1);2049 maskRect.setBottom (maskRect.bottom() + 1);2048 maskRect.setRight (maskRect.right() + 1); 2049 maskRect.setBottom (maskRect.bottom() + 1); 2050 2050 setMask (maskRect); 2051 2051 #else
Note:
See TracChangeset
for help on using the changeset viewer.