Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
flow3r firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dos
flow3r firmware
Commits
414b2533
Verified
Commit
414b2533
authored
1 year ago
by
dos
Browse files
Options
Downloads
Patches
Plain Diff
py,st3m: ViewManager: Don't draw the outgoing view at the end of transition
Just a micro-optimization with no functional changes.
parent
17e540eb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
python_payload/st3m/ui/view.py
+4
-0
4 additions, 0 deletions
python_payload/st3m/ui/view.py
with
4 additions
and
0 deletions
python_payload/st3m/ui/view.py
+
4
−
0
View file @
414b2533
...
@@ -272,6 +272,10 @@ class ViewManager(Responder):
...
@@ -272,6 +272,10 @@ class ViewManager(Responder):
if
self
.
_transition
>=
1.0
:
if
self
.
_transition
>=
1.0
:
self
.
_fully_drawn
+=
1
self
.
_fully_drawn
+=
1
ctx
.
save
()
self
.
_incoming
.
draw
(
ctx
)
ctx
.
restore
()
return
vt
=
self
.
_default_vt
vt
=
self
.
_default_vt
if
self
.
_overriden_vt
is
not
None
:
if
self
.
_overriden_vt
is
not
None
:
...
...
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