Changeset 54015 in vbox
- Timestamp:
- Jan 28, 2015 2:02:42 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r54014 r54015 439 439 * the viewport through IFramebuffer::NotifyUpdate): */ 440 440 display().InvalidateAndUpdate(); 441 /* Reapply machine-view scale-factor if necessary: */442 applyMachineViewScaleFactor();443 441 } 444 442 } 443 /* Reapply machine-view scale-factor if necessary: */ 444 if (m_pFrameBuffer) 445 applyMachineViewScaleFactor(); 445 446 break; 446 447 }
Note:
See TracChangeset
for help on using the changeset viewer.