Fixed issue #211.

--HG--
branch : develop
This commit is contained in:
dismine 2014-12-25 18:21:01 +02:00
parent 163200a8c5
commit a49606a0de
2 changed files with 10 additions and 0 deletions

View File

@ -197,6 +197,15 @@ void DialogTriangle::PointNameChanged()
CheckState(); CheckState();
} }
//---------------------------------------------------------------------------------------------------------------------
void DialogTriangle::UpdateList()
{
/*
* Does nothing. We redefine this slot because it is only one now way block update list of variable.
* This dialog doesn't work with formula. Don't delete. Help avoid crash.
*/
}
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
void DialogTriangle::ShowVisualization() void DialogTriangle::ShowVisualization()
{ {

View File

@ -65,6 +65,7 @@ public:
public slots: public slots:
virtual void ChosenObject(quint32 id, const SceneObject &type); virtual void ChosenObject(quint32 id, const SceneObject &type);
virtual void PointNameChanged(); virtual void PointNameChanged();
virtual void UpdateList();
protected: protected:
virtual void ShowVisualization(); virtual void ShowVisualization();
/** /**