Skip to content

Prevent first column of WebOfTrustWidget and KeyTreeView from being moved

Tobias Fella requested to merge work/tobias/prevent-first-section-move into master

A change in libkleo (libkleo!127) makes the first column movable by default, since that is generally nicer behavior. For non-flat treeviews, this is not desired, since it moves the tree decoration away from the beginning of the view. We thus overwrite this behavior here.

Merge request reports