!45 fix(Bug#127028)【wayland】【音乐】点击除播放历史外其他选项,播放历史仍显示已选中状态

Merge pull request !45 from 李佳纬/openkylin/yangtze
This commit is contained in:
余烁奇 2023-10-16 01:29:00 +00:00 committed by Gitee
commit b6f6697132
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 16 additions and 1 deletions

View File

@ -1,6 +1,7 @@
#include "tablehistory.h"
#include "UI/mainwidget.h"
#include "UI/base/widgetstyle.h"
#include "UIControl/global/global.h"
#define PT_15 15
@ -237,7 +238,12 @@ void TableHistory::showHistroryPlayList()
signalHistoryBtnChecked(false);
} else {
Widget::mutual->movePlayHistoryWid();
if (Global::isWayland) {
this->exec();
}
else{
this->show();
}
signalHistoryBtnChecked(true);
this->raise();
}

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kylin-music (1.1.0.47-ok6~0743) yangtze; urgency=medium
* [BUG]
- close-cd: #127028 【wayland】【音乐】点击除播放历史外其他选项播放历史仍显示已选中状态;
* 其他:无
-- lijiawei <lijiawei@kylinos.cn> Thu, 12 Oct 2023 09:51:09 +0800
kylin-music (1.1.0.47-ok6~0742) yangtze; urgency=medium
* [BUG]