Fix QSearchField on macOS

This commit is contained in:
Jonas Kvinge
2021-03-15 22:38:06 +01:00
parent d84aebd8f4
commit f5bb15f72e
5 changed files with 32 additions and 14 deletions

View File

@@ -248,6 +248,8 @@ void AlbumCoverManager::showEvent(QShowEvent *e) {
Reset();
}
QMainWindow::showEvent(e);
}
void AlbumCoverManager::closeEvent(QCloseEvent *e) {
@@ -270,6 +272,8 @@ void AlbumCoverManager::closeEvent(QCloseEvent *e) {
ui_->artists->clear();
ui_->albums->clear();
QMainWindow::closeEvent(e);
}
void AlbumCoverManager::LoadGeometry() {