mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
3b6f63be0d
* Annoyingly although Qt has an internal bool allowUserMoveOfSection0 which does exactly what we want allowing the tree column to be movable, we can't enable it because it's private. So instead we have to re-implement section moving ourselves. * Minor tweak - also made RDTreeWidgets non-movable by default since usually we don't want to allow it.