Changeset 88735 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
- Timestamp:
- Apr 27, 2021 1:22:01 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp
r88728 r88735 405 405 406 406 /* Dont refresh the search here as it is refreshed by the filtering mechanism 407 which is updated as tab current index changes : */407 which is updated as tab current index changes (see sltFilterApplied): */ 408 408 if (m_pFilterPanel) 409 409 m_pFilterPanel->applyFilter(); … … 414 414 } 415 415 416 void UIVMLogViewerWidget::sltFilterApplied(bool isOriginal) 417 { 418 if (currentLogPage()) 419 currentLogPage()->setFiltered(!isOriginal); 416 void UIVMLogViewerWidget::sltFilterApplied() 417 { 420 418 /* Reapply the search to get highlighting etc. correctly */ 421 419 if (m_pSearchPanel && m_pSearchPanel->isVisible())
Note:
See TracChangeset
for help on using the changeset viewer.