VirtualBox

Ignore:
Timestamp:
Apr 27, 2021 2:10:49 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9930. Updating search better with tab change

File:
1 edited

Legend:

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

    r88734 r88737  
    5858{
    5959    /* 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
    6165    emit sigHighlightingUpdated();
    6266}
     
    6973    if (m_pSearchEditor)
    7074        m_pSearchEditor->reset();
     75    emit sigHighlightingUpdated();
    7176}
    7277
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