mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-19 02:48:12 +08:00
Implement enum for Layout data type
This commit is contained in:
@@ -224,7 +224,7 @@ impl AttributeParser {
|
||||
|
||||
// Return the case-insensitive TypeName enum for the individual type
|
||||
match &individual_type.to_ascii_lowercase()[..] {
|
||||
// "layout" => TypeName::Layout, // TODO
|
||||
"layout" => TypeName::Layout,
|
||||
"integer" => TypeName::Integer,
|
||||
"decimal" => TypeName::Decimal,
|
||||
"absolutepx" => TypeName::AbsolutePx,
|
||||
|
||||
Reference in New Issue
Block a user