VirtualBox

Changeset 86945 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Nov 20, 2020 6:03:42 PM (4 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9831. Clearing find widget and find results then QTextBrowser's source changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp

    r86944 r86945  
    11381138        setText(tr("<div><p><h3>404. Not found.</h3>The page <b>%1</b> could not be found.</p></div>").arg(url.toString()));
    11391139    }
     1140    if (m_pFindInPageWidget && m_pFindInPageWidget->isVisible())
     1141    {
     1142        document()->undo();
     1143        m_pFindInPageWidget->clearSearchField();
     1144    }
    11401145}
    11411146
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