Changeset 72258 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- May 18, 2018 10:18:13 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIToolsPaneMachine.cpp
r72042 r72258 200 200 void UIToolsPaneMachine::setCurrentItem(UIVMItem *pItem) 201 201 { 202 if (m_pItem == pItem) 203 return; 204 202 205 /* Do we need translation after that? */ 203 206 const bool fTranslationRequired = (!pItem && m_pItem) … … 322 325 } 323 326 } 324
Note:
See TracChangeset
for help on using the changeset viewer.