Fix QSearchField on macOS
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user