Skip to content
  • Elvis Angelaccio's avatar
    Fix archiveview column resize · 47e97070
    Elvis Angelaccio authored
    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
    47e97070