Skip to content

[pull] master from fyne-io:master#27

Merged
pull[bot] merged 36 commits into
Mu-L:masterfrom
fyne-io:master
May 3, 2023
Merged

[pull] master from fyne-io:master#27
pull[bot] merged 36 commits into
Mu-L:masterfrom
fyne-io:master

Conversation

@pull

@pull pull Bot commented May 3, 2023

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

Andy Williams and others added 30 commits March 24, 2023 17:33
Improve the VBox and HBox documentation
The boxlayout code was heap-allocating a slice of canvas objects  to keep track of sliders. However, it only had to keep track of the count.
This reduce the time spend in lock from 6% to 4% which is not
negligeable. From the trace, it seems that we are taking the RichText
propertyLock to often and that cause another 2 points. Another PR should
review those and reduce the amount of time calling the locking
mechanism.
Jumping to a requested position was actually done on exact bundary,
correct this.
Move refresh to repaint where appropriate
And update on moves.

Fixes #2205
@pull pull Bot added the ⤵️ pull label May 3, 2023
@pull pull Bot merged commit 6558290 into Mu-L:master May 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants