mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 23:08:11 +08:00
Fix sorting of message enum variants
This commit is contained in:
@@ -27,9 +27,12 @@ pub struct Path {
|
||||
#[derive(PartialEq, Clone, Debug, Hash, Serialize, Deserialize)]
|
||||
pub enum PathMessage {
|
||||
// Standard messages
|
||||
#[remain::unsorted]
|
||||
Abort,
|
||||
#[remain::unsorted]
|
||||
DocumentIsDirty,
|
||||
|
||||
// Tool-specific messages
|
||||
DragStart,
|
||||
DragStop,
|
||||
PointerMove,
|
||||
|
||||
Reference in New Issue
Block a user