VirtualBox

Changeset 30673 in vbox


Ignore:
Timestamp:
Jul 6, 2010 2:53:31 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt: New running VM core: Some includes cleaning for UIMachineView; Using update() instead of repaint() for pause shot repainting.

File:
1 edited

Legend:

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

    r30637 r30673  
    4040#include "UIMachineLogic.h"
    4141#include "UIMachineWindow.h"
    42 #include "UIMachineView.h"
    43 #include "UIMachineWindowNormal.h"
    44 #include "UIMachineWindowFullscreen.h"
    45 #include "UIMachineWindowSeamless.h"
    4642#include "UIMachineViewNormal.h"
    4743#include "UIMachineViewFullscreen.h"
     
    162158                m_pauseShot = QPixmap::fromImage(shot);
    163159                /* Fully repaint to pick up m_pauseShot: */
    164                 viewport()->repaint();
     160                viewport()->update();
    165161            }
    166162            break;
Note: See TracChangeset for help on using the changeset viewer.

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