Skip to content

Fix Qt interface for extensible file items.

Originally, extensible file items did not change focus correctly (only the last field was ever active). This commit adds a mechanism to track the active field, so all of the fields can be editable (instead of just the last field).

Merge request reports