VirtualBox

Changeset 96226 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Aug 16, 2022 1:53:23 PM (2 years ago)
Author:
vboxsync
Message:

Recording/Main Make sure to clear map first, as we want to (re-)set enabled features. bugref:10275

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r96172 r96226  
    72937293        hrc = pRecScreenSettings->COMGETTER(Features)(ComSafeArrayAsOutParam(vecFeatures));
    72947294        AssertComRCReturn(hrc, VERR_INVALID_PARAMETER);
     7295        /* Make sure to clear map first, as we want to (re-)set enabled features. */
     7296        recScreenSettings.featureMap.clear();
    72957297        for (size_t f = 0; f < vecFeatures.size(); ++f)
    72967298        {
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