Changeset 6488 in vbox
- Timestamp:
- Jan 24, 2008 3:47:35 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27491
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp
r6482 r6488 2611 2611 { 2612 2612 QRegion region = aRegion; 2613 /* The global mask shift cause of toolbars and such thin ks. */2613 /* The global mask shift cause of toolbars and such things. */ 2614 2614 region.translate (mMaskShift.width(), mMaskShift.height()); 2615 2615 /* Restrict the drawing to the available space on the screen. … … 2653 2653 * for the hint. 2654 2654 * There *must* be a better solution. */ 2655 if (!region.isEmpty ())2656 region |= QRect (0, 0, 1, 1);2655 if (!region.isEmpty ()) 2656 region |= QRect (0, 0, 1, 1); 2657 2657 /* Save the current region for later processing in the darwin event handler. */ 2658 2658 mCurrRegion = region;
Note:
See TracChangeset
for help on using the changeset viewer.