Added layout hints config option to package diagrams
This commit is contained in:
@@ -409,6 +409,8 @@ template <> struct convert<package_diagram> {
|
||||
if (!decode_diagram(node, rhs))
|
||||
return false;
|
||||
|
||||
get_option(node, rhs.layout);
|
||||
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user