add/remove presets on all panels

This commit is contained in:
2019-09-06 23:59:49 +02:00
parent 17603bf468
commit 14a037e2d3
4 changed files with 72 additions and 49 deletions

View File

@@ -13,7 +13,7 @@ public:
NodeBorder* m_progress;
NodeBorder* m_body;
int m_total = 0;
int m_count = 0;
std::atomic_int m_count = 0;
virtual Node* clone_instantiate() const override;
virtual void init() override;
void increment() noexcept;