Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Forks
Kayak UI
Commits
e2b79ac1
Commit
e2b79ac1
authored
3 years ago
by
MrGVSV
Browse files
Options
Downloads
Patches
Plain Diff
Added clarifying comment
parent
fc4c53b2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
rfcs/rfc-3-layout-callbacks.md
+2
-0
2 additions, 0 deletions
rfcs/rfc-3-layout-callbacks.md
with
2 additions
and
0 deletions
rfcs/rfc-3-layout-callbacks.md
+
2
−
0
View file @
e2b79ac1
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment