!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 "tablehistory.h"
|
||||||
#include "UI/mainwidget.h"
|
#include "UI/mainwidget.h"
|
||||||
#include "UI/base/widgetstyle.h"
|
#include "UI/base/widgetstyle.h"
|
||||||
|
#include "UIControl/global/global.h"
|
||||||
|
|
||||||
#define PT_15 15
|
#define PT_15 15
|
||||||
|
|
||||||
|
@ -237,7 +238,12 @@ void TableHistory::showHistroryPlayList()
|
||||||
signalHistoryBtnChecked(false);
|
signalHistoryBtnChecked(false);
|
||||||
} else {
|
} else {
|
||||||
Widget::mutual->movePlayHistoryWid();
|
Widget::mutual->movePlayHistoryWid();
|
||||||
this->show();
|
if (Global::isWayland) {
|
||||||
|
this->exec();
|
||||||
|
}
|
||||||
|
else{
|
||||||
|
this->show();
|
||||||
|
}
|
||||||
signalHistoryBtnChecked(true);
|
signalHistoryBtnChecked(true);
|
||||||
this->raise();
|
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
|
kylin-music (1.1.0.47-ok6~0742) yangtze; urgency=medium
|
||||||
|
|
||||||
* [BUG]
|
* [BUG]
|
||||||
|
|
Loading…
Reference in New Issue