!45 fix(Bug#127028)【wayland】【音乐】点击除播放历史外其他选项,播放历史仍显示已选中状态
Merge pull request !45 from 李佳纬/openkylin/yangtze
This commit is contained in:
commit
b6f6697132
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue