Changeset 85844 in vbox for trunk/src/VBox
- Timestamp:
- Aug 20, 2020 1:14:20 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgBase.cpp
r82968 r85844 229 229 { 230 230 bool fRc = QWidget::event(a_pEvt); 231 vPolishSizeAndPos(); 231 if ( a_pEvt->type() == QEvent::Paint 232 || a_pEvt->type() == QEvent::UpdateRequest 233 || a_pEvt->type() == QEvent::LayoutRequest) /** @todo Someone with Qt knowledge should figure out how to properly do this. */ 234 vPolishSizeAndPos(); 232 235 return fRc; 233 236 }
Note:
See TracChangeset
for help on using the changeset viewer.