- WARNING: DANGEROUS COMMIT!!! fixed "MeshWidget set the current value as current combo box index in the widget" bug

This commit is contained in:
Guido Ranzuglia granzuglia 2014-04-18 14:22:52 +00:00
parent 05bdf28f77
commit f302a0e986

View File

@ -439,7 +439,7 @@ class MeshWidget : public ComboWidget
{
private:
MeshDocument *md;
int defaultMeshIndex;
//int defaultMeshIndex;
public:
MeshWidget(QWidget *p, RichMesh* defaultMesh);
~MeshWidget(){};