- Timestamp:
- Oct 9, 2019 3:05:24 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.cpp
r81164 r81189 4052 4052 void UIMachineSettingsStorage::sltHandleContextMenuRequest(const QPoint &position) 4053 4053 { 4054 /* Forget last mouse press position: */ 4055 m_mousePressPosition = QPoint(); 4056 4054 4057 const QModelIndex index = m_pTreeStorage->indexAt(position); 4055 4058 if (!index.isValid())
Note:
See TracChangeset
for help on using the changeset viewer.