mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 19:58:11 +08:00
Fix overlays on document switching (#505)
* Fix overlays on document switching * Fix generating new document * Move messages * Abort tool when deleteing active document Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
co-authored by
Keavon Chambers
parent
23b9ce34b9
commit
5c5d3b0d1c
@@ -60,6 +60,9 @@ pub enum PortfolioMessage {
|
||||
SelectDocument {
|
||||
document_id: u64,
|
||||
},
|
||||
SetActiveDcoument {
|
||||
document_id: u64,
|
||||
},
|
||||
UpdateDocumentBar,
|
||||
UpdateOpenDocumentsList,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user