Changeset 83696 in vbox
- Timestamp:
- Apr 15, 2020 7:44:48 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r82968 r83696 2752 2752 { 2753 2753 QPoint eventPosition(pEvent->pos().x() / m_fScaleFactorX, pEvent->pos().y() / m_fScaleFactorY); 2754 if (m_fHideMultimediaKeys) 2755 eventPosition.setY(eventPosition.y() + m_multiMediaKeysLayout.totalHeight()); 2754 2756 return keyUnderMouse(eventPosition); 2755 2757 }
Note:
See TracChangeset
for help on using the changeset viewer.