Changeset 88737 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp
- Timestamp:
- Apr 27, 2021 2:10:49 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerSearchPanel.cpp
r88734 r88737 58 58 { 59 59 /* We start the search from the end of the doc. assuming log's end is more interesting: */ 60 performSearch(BackwardSearch, true); 60 if (isVisible()) 61 performSearch(BackwardSearch, true); 62 else 63 reset(); 64 61 65 emit sigHighlightingUpdated(); 62 66 } … … 69 73 if (m_pSearchEditor) 70 74 m_pSearchEditor->reset(); 75 emit sigHighlightingUpdated(); 71 76 } 72 77
Note:
See TracChangeset
for help on using the changeset viewer.