VirtualBox

Ignore:
Timestamp:
Dec 7, 2012 1:43:35 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82546
Message:

FE/Qt: VM group UI: Details-view: More wise geometry update mechanism.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsItem.cpp

    r44019 r44060  
    8585}
    8686
    87 void UIGDetailsItem::updateSizeHint()
     87void UIGDetailsItem::updateGeometry()
    8888{
    89     /* Update the geometry: */
    90     updateGeometry();
     89    /* Call to base-class: */
     90    QIGraphicsWidget::updateGeometry();
     91
     92    /* Do the same for the parent: */
     93    if (parentItem())
     94        parentItem()->updateGeometry();
    9195}
    9296
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