mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 02:18:11 +08:00
Various small fixes and cleanups (#299)
This commit is contained in:
committed by
Keavon Chambers
parent
dca84742ca
commit
6a5d3cc48c
@@ -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