DashboardItem now listens to paramter 'enabled' in constructor

This commit is contained in:
Adam Rohdin
2023-02-13 16:09:07 +01:00
parent e69ec8ac4d
commit 756ade4e7d
2 changed files with 7 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ public:
virtual glm::vec2 size() const = 0;
protected:
properties::BoolProperty _isEnabled;
properties::BoolProperty _enabled;
};
} // openspace