fix stroke preview, add license messages, fix node scroll

This commit is contained in:
2019-01-29 22:33:40 +01:00
parent 36d034dfd9
commit 56fa1079c6
9 changed files with 64 additions and 9 deletions

View File

@@ -19,6 +19,7 @@ class LayoutManager
public:
bool m_loaded = false;
std::function<void()> on_loaded;
void create();
bool load(const char* path);
bool reload();
class Node* operator[](uint16_t id)