mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 11:58:12 +08:00
Convert u64 IDs to newtypes (#1532)
This commit is contained in:
@@ -68,7 +68,7 @@ mod test {
|
||||
preferences: r#"{"imaginate_server_hostname":"https://exchange-encoding-watched-insured.trycloudflare.com/","imaginate_refresh_frequency":1,"zoom_with_scroll":false}"#.to_string(),
|
||||
}),
|
||||
PortfolioMessage::OpenDocumentFileWithId {
|
||||
document_id: 0,
|
||||
document_id: DocumentId(0),
|
||||
document_name: "".into(),
|
||||
document_is_auto_saved: true,
|
||||
document_is_saved: true,
|
||||
|
||||
Reference in New Issue
Block a user