VirtualBox

Changeset 68250 in vbox for trunk


Ignore:
Timestamp:
Aug 2, 2017 2:53:14 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8900: Selector UI: Workaround for X11 hosts which has troubles updating dynamic tool-bar contents on startup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r68235 r68250  
    12531253     * even if enumeration had finished before selector window shown: */
    12541254    QTimer::singleShot(0, this, SLOT(sltHandleMediumEnumerationFinish()));
     1255
     1256    // WORKAROUND:
     1257    // By some reason some of X11 DEs unable to update
     1258    // tab-bars on startup.  Let's try to do it ourselves.
     1259    m_pTabBarMachine->update();
     1260    m_pTabBarGlobal->update();
    12551261}
    12561262
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