Changeset 59379 in vbox
- Timestamp:
- Jan 18, 2016 4:56:06 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105072
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r59377 r59379 193 193 pMachineView->setMaxGuestSize(); 194 194 195 /* Resend the last resize hint finally: */ 196 pMachineView->resendSizeHint(); 197 198 /* Return the created view: */ 195 199 return pMachineView; 196 200 } -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp
r59079 r59379 54 54 , m_bIsGuestAutoresizeEnabled(actionPool()->action(UIActionIndexRT_M_View_T_GuestAutoresize)->isChecked()) 55 55 { 56 /* Resend the last resize hint: */57 resendSizeHint();58 56 } 59 57 -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.cpp
r59079 r59379 56 56 ) 57 57 { 58 /* Resend the last resize hint: */59 resendSizeHint();60 58 } 61 59
Note:
See TracChangeset
for help on using the changeset viewer.