VirtualBox

Changeset 6488 in vbox


Ignore:
Timestamp:
Jan 24, 2008 3:47:35 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27491
Message:

Fixed typo and wrong indentation (4 not 2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r6482 r6488  
    26112611{
    26122612    QRegion region = aRegion;
    2613     /* The global mask shift cause of toolbars and such thinks. */
     2613    /* The global mask shift cause of toolbars and such things. */
    26142614    region.translate (mMaskShift.width(), mMaskShift.height());
    26152615    /* Restrict the drawing to the available space on the screen.
     
    26532653     * for the hint.
    26542654     * 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);
    26572657    /* Save the current region for later processing in the darwin event handler. */
    26582658    mCurrRegion = region;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette