VirtualBox

Ignore:
Timestamp:
Jul 31, 2008 11:24:48 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33911
Message:

Fe/Qt4: Fix painting issue in qimage rendering mode : wide painting algorithm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFrameBuffer.cpp

    r10922 r11026  
    360360                                  mImg.width(), r.height(), mImg.bytesPerLine(),
    361361                                  QImage::Format_RGB32));
    362         painter.drawPixmap (r.x() + mView->contentsX(), r.y(), mPM);
     362        painter.drawPixmap (r.x(), r.y(), mPM,
     363                            r.x() + mView->contentsX(), 0, 0, 0);
    363364    }
    364365
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