Changeset 55006 in vbox
- Timestamp:
- Mar 30, 2015 1:15:30 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99279
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r54990 r55006 624 624 return; 625 625 626 /* Check if we accidentally trying to manipulate LEDs when host LEDs state was deallocated. */ 627 if (!m_pHostLedsState) 628 return; 629 626 630 #if defined(Q_WS_MAC) 627 631 DarwinHidDevicesBroadcastLeds(m_pHostLedsState, uisession()->isNumLock(), uisession()->isCapsLock(), uisession()->isScrollLock());
Note:
See TracChangeset
for help on using the changeset viewer.