mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 19:08:12 +08:00
- Added FSM trait - Added FSM to select and ellipse tools - Moved circle stamping code to ellipse tool
This commit is contained in:
committed by
Keavon Chambers
parent
273aa652df
commit
0d6d6fb81b
@@ -48,6 +48,6 @@ impl Editor {
|
||||
}
|
||||
|
||||
pub fn handle_event(&mut self, event: events::Event) -> Result<(), EditorError> {
|
||||
self.dispatcher.handle_event(&mut self.state, event)
|
||||
self.dispatcher.handle_event(&mut self.state, &event)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user