diff options
Diffstat (limited to 'src/plugins/Ui/skinned/playlistheader.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/playlistheader.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/playlistheader.cpp b/src/plugins/Ui/skinned/playlistheader.cpp index 1f80a34e2..212e7028a 100644 --- a/src/plugins/Ui/skinned/playlistheader.cpp +++ b/src/plugins/Ui/skinned/playlistheader.cpp @@ -262,7 +262,10 @@ void PlayListHeader::resizeEvent(QResizeEvent *e) int delta = e->size().width() - e->oldSize().width(); int index = m_model->autoResizeColumn(); if(index >= 0) + { m_model->resize(index, m_model->size(index) + delta); + updateColumns(); + } } void PlayListHeader::contextMenuEvent(QContextMenuEvent *e) |
