Changeset 87274 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 15, 2021 1:52:55 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIPortForwardingTable.cpp
r87248 r87274 970 970 void UIPortForwardingTable::sltAdjustTable() 971 971 { 972 /* Make sure layout requests really processed first of all: */973 QCoreApplication::sendPostedEvents(0, QEvent::LayoutRequest);974 975 972 /* If table is NOT empty: */ 976 973 if (m_pTableModel->rowCount())
Note:
See TracChangeset
for help on using the changeset viewer.