fix stroke preview, add license messages, fix node scroll
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
#include "node.h"
|
||||
#include "node_border.h"
|
||||
|
||||
void LayoutManager::create()
|
||||
{
|
||||
m_layouts[const_hash("main")] = std::make_unique<Node>();
|
||||
}
|
||||
|
||||
bool LayoutManager::load(const char* path)
|
||||
{
|
||||
auto abs_path = Asset::absolute(path);
|
||||
|
||||
Reference in New Issue
Block a user