Skip to content

applet/ConnectionListPage: disable unused scrollbar

Christoph Wolk requested to merge cwo/plasma-nm:scrollbar_no_binding_loop into master

The connection list has the ScrollBar at its default AsNeed policy, but the content is resizing so that a horizontal scrollbar is never needed. This is not only some extra unnecessary work, but also causes a binding loop when the popup is closed.

Instead, just mark the horizontal ScrollBar as AlwaysOff and avoid the extra work and binding loop.


plasma-nm version of plasma-workspace!5308 (merged)

Test plan:

  1. Open popup from try, then close it
  2. (without) binding loop (with) no binding loop

Merge request reports

Loading