fix(Bug#127028)【wayland】【音乐】点击除播放历史外其他选项,播放历史仍显示已选中 状态
This commit is contained in:
parent
ae6899ddf4
commit
1e7b83adcb
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue