VirtualBox

Changeset 75324 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Nov 8, 2018 3:39:50 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126445
Message:

Recording: More settings bugfixes for Main and FE/Qt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r75313 r75324  
    44324432            for (unsigned i = 0; i < hw.cMonitors; i++) /* Don't add more settings than we have monitors configured. */
    44334433            {
     4434                /* Add screen i to config in any case. */
     4435                hw.captureSettings.mapScreens[i] = screen0Settings;
     4436
    44344437                if (u64VideoCaptureScreens & RT_BIT_64(i)) /* Screen i enabled? */
    4435                 {
    4436                     hw.captureSettings.mapScreens[i] = screen0Settings;
    44374438                    hw.captureSettings.mapScreens[i].fEnabled = true;
    4438                 }
    44394439            }
    44404440        }
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