Fixed two small bugs in EntryInfo and PlaylistWindow
This commit is contained in:
parent
87771bfe11
commit
575c4c12dd
2 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <QVariant>
|
||||
|
||||
EntryInfo::EntryInfo (QWidget *parent, XClientCache *cache, uint32_t id)
|
||||
: QDialog (parent)
|
||||
{
|
||||
setupUi (this);
|
||||
setAttribute (Qt::WA_DeleteOnClose);
|
||||
|
|
|
@ -131,6 +131,7 @@ PlaylistWindow::resizeEvent (QResizeEvent *event)
|
|||
if (s.value("playlist/shaded").toBool ()) {
|
||||
s.setValue ("playlist/size", size ());
|
||||
}
|
||||
m_mw->attachWidgets ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue