From 9725bdcaa6ece3fa803bb25ce61b46b2a6ce78ff Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 24 Mar 2020 13:32:30 +0100 Subject: [PATCH] Update plugin --- Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp index 6d27eaff99b..8121b9a7c13 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/PMP/Selection_plugin.cpp @@ -383,7 +383,6 @@ public Q_SLOTS: return; } - QMultipleInputDialog dialog ("Regularize Selection Border", mw); QDoubleSpinBox* weight = dialog.add ("Weight:"); weight->setDecimals (6);