mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 05:28:11 +08:00
Implement active tool visual syncing with tool shelf state
This commit is contained in:
@@ -24,6 +24,7 @@ fn handle_response(response: Response) {
|
||||
let response_type = response.to_string();
|
||||
match response {
|
||||
Response::UpdateCanvas { document } => handleResponse(response_type, document),
|
||||
Response::SetActiveTool { tool_name } => handleResponse(response_type, tool_name),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user