Skip to content
Snippets Groups Projects
Commit e2b79ac1 authored by MrGVSV's avatar MrGVSV
Browse files

Added clarifying comment

parent fc4c53b2
No related branches found
No related tags found
No related merge requests found
...@@ -179,6 +179,8 @@ impl LayoutEventDispatcher { ...@@ -179,6 +179,8 @@ impl LayoutEventDispatcher {
.collect(); .collect();
for node_index in dirty_nodes { for node_index in dirty_nodes {
// We should be able to just get layout from WidgetManager here
// since the layouts will be calculated by this point
let mut layout_event = /* ... */ let mut layout_event = /* ... */
let mut widget = context.widget_manager.take(node_index); let mut widget = context.widget_manager.take(node_index);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment