From f302a0e98685d3fcba4787a04030a9fe7b67e0d6 Mon Sep 17 00:00:00 2001 From: Guido Ranzuglia granzuglia Date: Fri, 18 Apr 2014 14:22:52 +0000 Subject: [PATCH] - WARNING: DANGEROUS COMMIT!!! fixed "MeshWidget set the current value as current combo box index in the widget" bug --- src/meshlab/stdpardialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshlab/stdpardialog.h b/src/meshlab/stdpardialog.h index 14c0a71dc..1041060eb 100644 --- a/src/meshlab/stdpardialog.h +++ b/src/meshlab/stdpardialog.h @@ -439,7 +439,7 @@ class MeshWidget : public ComboWidget { private: MeshDocument *md; - int defaultMeshIndex; + //int defaultMeshIndex; public: MeshWidget(QWidget *p, RichMesh* defaultMesh); ~MeshWidget(){};