mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-26 04:28:12 +08:00
Fix invalid popup widget ids (#3354)
This commit is contained in:
@@ -523,7 +523,6 @@ impl WidgetHolder {
|
|||||||
a.diff(b.clone(), &mut new_widget_path, widget_diffs);
|
a.diff(b.clone(), &mut new_widget_path, widget_diffs);
|
||||||
new_widget_path.pop();
|
new_widget_path.pop();
|
||||||
}
|
}
|
||||||
self.widget = new.widget;
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user