- removed "right click on decorator parameter viewer doesn't delete the current selected decorator" bug

This commit is contained in:
Guido Ranzuglia granzuglia 2016-09-02 05:28:38 +00:00
parent a4a04a442b
commit 9c68f12f83

View File

@ -324,6 +324,7 @@ void MainWindow::switchOffDecorator(QAction* decorator)
if (res == 0)
GLA()->iPerDocDecoratorlist.removeAll(decorator);
updateMenus();
layerDialog->updateDecoratorParsView();
GLA()->update();
}
}