Changeset 86945 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 20, 2020 6:03:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpBrowserWidget.cpp
r86944 r86945 1138 1138 setText(tr("<div><p><h3>404. Not found.</h3>The page <b>%1</b> could not be found.</p></div>").arg(url.toString())); 1139 1139 } 1140 if (m_pFindInPageWidget && m_pFindInPageWidget->isVisible()) 1141 { 1142 document()->undo(); 1143 m_pFindInPageWidget->clearSearchField(); 1144 } 1140 1145 } 1141 1146
Note:
See TracChangeset
for help on using the changeset viewer.