- Timestamp:
- Mar 18, 2019 3:01:02 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129428
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
r77763 r77764 1314 1314 QPoint cursorHotspot = m_pMachineView->uisession()->cursorHotspot(); 1315 1315 1316 #ifdef VBOX_WS_MAC1317 1316 /* Apply the scale-factor if necessary: */ 1318 1317 cursorHotspot /= scaleFactor(); … … 1321 1320 if (!useUnscaledHiDPIOutput()) 1322 1321 cursorHotspot /= devicePixelRatioActual(); 1323 #endif1324 1322 1325 1323 /* Acquire cursor position and size: */
Note:
See TracChangeset
for help on using the changeset viewer.