mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-08-03 21:08:18 +00:00
Fix layer name text input (#2081)
This commit is contained in:
parent
ff8fec6eca
commit
c27d8dc5dc
1 changed files with 1 additions and 1 deletions
|
@ -1631,7 +1631,7 @@ impl NodeGraphMessageHandler {
|
|||
Separator::new(SeparatorType::Related).widget_holder(),
|
||||
IconLabel::new("Layer").tooltip("Name of the selected layer").widget_holder(),
|
||||
Separator::new(SeparatorType::Related).widget_holder(),
|
||||
TextInput::new(context.document_name)
|
||||
TextInput::new(context.network_interface.frontend_display_name(&layer, context.selection_network_path))
|
||||
.on_update(move |text_input| {
|
||||
NodeGraphMessage::SetDisplayName {
|
||||
node_id: layer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue