mirror of https://github.com/CGAL/cgal
Do not block load_plugin from loading plugins
Since the adoption of the "keywords" feature, the 'Load plugin' menu was not able to load a plugin with other keywords. That defeats the purpose of that feature.
This commit is contained in:
parent
cdb72b9f34
commit
ecaa138761
|
|
@ -362,6 +362,7 @@ MainWindow::MainWindow(const QStringList &keywords, bool verbose, QWidget* paren
|
||||||
connect(&operationSearchBar, &QLineEdit::textChanged,
|
connect(&operationSearchBar, &QLineEdit::textChanged,
|
||||||
this, &MainWindow::filterOperations);
|
this, &MainWindow::filterOperations);
|
||||||
loadPlugins();
|
loadPlugins();
|
||||||
|
accepted_keywords.clear();
|
||||||
|
|
||||||
// Setup the submenu of the View menu that can toggle the dockwidgets
|
// Setup the submenu of the View menu that can toggle the dockwidgets
|
||||||
Q_FOREACH(QDockWidget* widget, findChildren<QDockWidget*>()) {
|
Q_FOREACH(QDockWidget* widget, findChildren<QDockWidget*>()) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue