VirtualBox

Ignore:
Timestamp:
Apr 27, 2021 1:22:01 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9930. Syncing search and filtering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/logviewer/UIVMLogViewerWidget.cpp

    r88728 r88735  
    405405
    406406    /* 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): */
    408408    if (m_pFilterPanel)
    409409        m_pFilterPanel->applyFilter();
     
    414414}
    415415
    416 void UIVMLogViewerWidget::sltFilterApplied(bool isOriginal)
    417 {
    418     if (currentLogPage())
    419         currentLogPage()->setFiltered(!isOriginal);
     416void UIVMLogViewerWidget::sltFilterApplied()
     417{
    420418    /* Reapply the search to get highlighting etc. correctly */
    421419    if (m_pSearchPanel && m_pSearchPanel->isVisible())
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette