- Timestamp:
- Feb 22, 2022 6:12:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp
r93115 r93892 498 498 void UIVMLogViewerSearchPanel::moveSelection(bool fForward) 499 499 { 500 if (matchCount() == 0) 501 return; 500 502 if (fForward) 501 503 m_iSelectedMatchIndex = m_iSelectedMatchIndex >= m_matchedCursorPosition.size() - 1 ? 0 : (m_iSelectedMatchIndex + 1);
Note:
See TracChangeset
for help on using the changeset viewer.

