Changeset 26579 in vbox
- Timestamp:
- Feb 16, 2010 1:49:32 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r26578 r26579 1272 1272 #endif 1273 1273 1274 bool notifyManiWnd = mStoredConsoleSize.width() != re->width()1275 || mStoredConsoleSize.height() != re->height();1274 bool notifyManiWnd = mStoredConsoleSize.width() != (int)re->width() 1275 || mStoredConsoleSize.height() != (int)re->height(); 1276 1276 1277 1277 /* Store the new size to prevent unwanted resize hints being
Note:
See TracChangeset
for help on using the changeset viewer.