From 9c68f12f839ea3dc8f715ced8a0f2e993cefe9e9 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Fri, 2 Sep 2016 05:28:38 +0000 Subject: [PATCH] - removed "right click on decorator parameter viewer doesn't delete the current selected decorator" bug --- src/meshlab/mainwindow_RunTime.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshlab/mainwindow_RunTime.cpp b/src/meshlab/mainwindow_RunTime.cpp index 3c9f4d21a..b10c1887a 100644 --- a/src/meshlab/mainwindow_RunTime.cpp +++ b/src/meshlab/mainwindow_RunTime.cpp @@ -324,6 +324,7 @@ void MainWindow::switchOffDecorator(QAction* decorator) if (res == 0) GLA()->iPerDocDecoratorlist.removeAll(decorator); updateMenus(); + layerDialog->updateDecoratorParsView(); GLA()->update(); } }