mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-20 03:18:06 +08:00
Various small fixes and cleanups (#299)
This commit is contained in:
committed by
Keavon Chambers
parent
f7d7257d50
commit
03c5847d7e
@@ -16,7 +16,7 @@ impl fmt::Display for DocumentResponse {
|
||||
let name = match self {
|
||||
DocumentResponse::DocumentChanged { .. } => "DocumentChanged",
|
||||
DocumentResponse::FolderChanged { .. } => "FolderChanged",
|
||||
DocumentResponse::CreatedLayer { .. } => "SelectLayer",
|
||||
DocumentResponse::CreatedLayer { .. } => "CreatedLayer",
|
||||
DocumentResponse::DeletedLayer { .. } => "DeleteLayer",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user