VirtualBox

Ignore:
Timestamp:
Feb 16, 2010 11:27:52 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57750
Message:

tabs->spaces

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
2 edited

Legend:

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

    r26567 r26568  
    12741274
    12751275                bool notifyManiWnd = mStoredConsoleSize.width() != re->width()
    1276                                 || mStoredConsoleSize.height() != re->height();
    1277 
     1276                        || mStoredConsoleSize.height() != re->height();
    12781277
    12791278                /* Store the new size to prevent unwanted resize hints being
     
    13641363
    13651364                if (notifyManiWnd)
    1366                         mMainWnd->onDisplayResize (re->width(), re->height());
     1365                    mMainWnd->onDisplayResize (re->width(), re->height());
    13671366
    13681367                return true;
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r26567 r26568  
    12391239    if (mIsSeamless)
    12401240    {
    1241         const QRect & geo = QApplication::desktop()->availableGeometry (this);
    1242         int dW = geo.width() - (int)aWidth;
     1241        const QRect & geo = QApplication::desktop()->availableGeometry (this);
     1242        int dW = geo.width() - (int)aWidth;
    12431243        int dH = geo.height() - (int)aHeight;
    1244         if (RT_ABS (dW) > 16 || RT_ABS (dH) > 16)
    1245         {
    1246                         mVmSeamlessAction->setChecked (false);
    1247                         /* should be cleared already, but just in case */
    1248                         if (mIsSeamless)
    1249                                 toggleFullscreenMode (false, true);
    1250         }
     1244        if (RT_ABS (dW) > 16 || RT_ABS (dH) > 16)
     1245        {
     1246            mVmSeamlessAction->setChecked (false);
     1247            /* should be cleared already, but just in case */
     1248            if (mIsSeamless)
     1249                toggleFullscreenMode (false, true);
     1250        }
    12511251    }
    12521252}
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