Skip to content
Commit 47e97070 authored by Elvis Angelaccio's avatar Elvis Angelaccio
Browse files

Fix archiveview column resize

ArchiveModel now uses the `DoNotNotifyView` behavior when listing, which means
the `columnsInserted` signal was never emitted and `Part::adjustColumns()`
never called. This slot was not necessary in the first place, we can just move
its code to the ArchiveView constructor.

Differential Revision: D3281
parent 57341779
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment