- Timestamp:
- Nov 22, 2022 9:10:14 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPopupStack.cpp
r96407 r97649 265 265 //m_pScrollArea->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff); 266 266 QPalette pal = m_pScrollArea->palette(); 267 #ifndef VBOX_IS_QT6_OR_LATER 267 268 pal.setColor(QPalette::Window, QColor(Qt::transparent)); 269 #endif 268 270 m_pScrollArea->setPalette(pal); 269 271 /* Create scroll-viewport: */
Note:
See TracChangeset
for help on using the changeset viewer.

