Move to more memory safe implementation of widget holding

This commit is contained in:
2025-12-12 15:35:32 +02:00
parent ddc7898a78
commit 8e276ab2ab
6 changed files with 16 additions and 17 deletions

View File

@@ -28,7 +28,7 @@ public:
virtual void draw() override;
static Widget* builder(const nlohmann::json& j);
static std::unique_ptr<Widget> builder(const nlohmann::json& j);
private:
// x, y - center of circle