- Timestamp:
- Aug 2, 2017 2:53:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r68235 r68250 1253 1253 * even if enumeration had finished before selector window shown: */ 1254 1254 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(); 1255 1261 } 1256 1262
Note:
See TracChangeset
for help on using the changeset viewer.