mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 18:38:05 +08:00
Plumb frontend for layer visibility toggle
This commit is contained in:
@@ -36,6 +36,9 @@ impl Dispatcher {
|
||||
Event::MouseMove(pos) => {
|
||||
editor_state.tool_state.document_tool_data.mouse_state.position = *pos;
|
||||
}
|
||||
Event::ToggleLayerVisibility(path) => {
|
||||
log::debug!("Toggling layer visibility not yet implemented in the Editor Library");
|
||||
}
|
||||
Event::KeyUp(_key) => (),
|
||||
Event::KeyDown(key) => {
|
||||
log::trace!("pressed key {:?}", key);
|
||||
|
||||
Reference in New Issue
Block a user