VirtualBox

Changeset 84107 in vbox for trunk/src


Ignore:
Timestamp:
Apr 30, 2020 2:27:30 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137696
Message:

FE/Qt: bugref:9653: VirtualBox Manager: Details pane: For cloud VMs enable/disable hovering anchors depending on cloud value enabled flag.

File:
1 edited

Legend:

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

    r84020 r84107  
    207207
    208208            /* Generate table string: */
    209             table << UITextTableLine(strLabel, QString("<a href=#%1,%2>%3</a>").arg(strAnchorType, strLabel, strValue));
     209            if (comIteratedValue.GetEnabled())
     210                table << UITextTableLine(strLabel, QString("<a href=#%1,%2>%3</a>").arg(strAnchorType, strLabel, strValue));
     211            else
     212                table << UITextTableLine(strLabel, strValue);
    210213        }
    211214    }
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