Changeset 101608 in vbox
- Timestamp:
- Oct 26, 2023 5:03:48 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/editors/UIEditor.cpp
r101454 r101608 31 31 #include <QAbstractItemView> 32 32 #include <QLabel> 33 #include <QLayout> 33 34 #include <QRegularExpression> 34 35 #include <QTabWidget> … … 105 106 else 106 107 setVisible(fVisible); 108 109 /* Finally make sure layouts are freshly 110 * activated after visibility changes: */ 111 foreach (QLayout *pLayout, findChildren<QLayout*>()) 112 pLayout->activate(); 107 113 } 108 114
Note:
See TracChangeset
for help on using the changeset viewer.

