Changeset 101094 in vbox for trunk/src/VBox/Debugger
- Timestamp:
- Sep 12, 2023 10:54:28 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/VBoxDbgGui.cpp
r100068 r101094 268 268 { 269 269 /* Disregard a width less than 640 since it will mess up the console, 270 * but only if previos width was already initialized.. */271 if ( (cx < 640) && (m_cx > 0))270 but only if previous width was already initialized.. */ 271 if (cx < 640 && m_cx > 0) 272 272 cx = m_cx; 273 273
Note:
See TracChangeset
for help on using the changeset viewer.