https://bugs.kde.org/show_bug.cgi?id=473241
ratijas <m...@ratijas.tk> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/qqc2-desktop-style/- | |/commit/a004faa08d905615fed | |5712c650de33378e53ebe Status|CONFIRMED |RESOLVED --- Comment #3 from ratijas <m...@ratijas.tk> --- Git commit a004faa08d905615fed5712c650de33378e53ebe by ivan tkachenko. Committed on 02/09/2023 at 15:38. Pushed by ratijas into branch 'master'. ScrollBar: Fix size being initially stuck on Qt 6 Due to a bug in Qt, explicit binding to ScrollBar::size is required to help it notify the binding to reevaluate. According to my and Noah's investigation, size can indeed change in a way that affects getter of visualSize, but only signal sizeChanged will be dispatched, thus leaving visualSize hanging in a limbo state when querying it manually would result in a new value but change listeners would never know that. See also: https://codereview.qt-project.org/c/qt/qtdeclarative/+/501319 M +3 -2 org.kde.desktop/ScrollBar.qml https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/a004faa08d905615fed5712c650de33378e53ebe -- You are receiving this mail because: You are watching all bug changes.