Fix some reposition bugs in the playlist.
This commit is contained in:
parent
103e016cbd
commit
33d3d29914
3 changed files with 27 additions and 8 deletions
|
@ -20,6 +20,7 @@ class PlaylistList : public QWidget {
|
|||
void addItem (PlaylistItem *i);
|
||||
void setOffset (int i) { m_offset = i; }
|
||||
uint getOffset (void) const { return m_offset; }
|
||||
void doResize (void);
|
||||
|
||||
public slots:
|
||||
void setPixmaps (Skin *skin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue