Changeset 70591 in vbox
- Timestamp:
- Jan 15, 2018 1:50:29 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 120296
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp
r70581 r70591 553 553 ++m_iMatchCount; 554 554 /* The following assumes we have single line blocks only: */ 555 int cursorLine = pDocument->findBlock(highlightCursor.position()). firstLineNumber();555 int cursorLine = pDocument->findBlock(highlightCursor.position()).blockNumber(); 556 556 if (lineCount != 0) 557 557 m_matchLocationVector.push_back(cursorLine / static_cast<float>(lineCount));
Note:
See TracChangeset
for help on using the changeset viewer.