update changelog
This commit is contained in:
commit
5f7249c8e6
|
@ -363,9 +363,9 @@ void PlaySongArea::slotVolSliderWidget()
|
|||
}
|
||||
else
|
||||
{
|
||||
moveVolSliderWid();
|
||||
m_volSliderWid->show();
|
||||
m_volSliderWid->raise();
|
||||
moveVolSliderWid();
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -679,7 +679,6 @@ void PlaySongArea::resizeEvent(QResizeEvent *event)
|
|||
void PlaySongArea::moveVolSliderWid()
|
||||
{
|
||||
QPoint volumePos = volumeBtn->mapToGlobal(volumeBtn->rect().center());
|
||||
// QPoint volumePos = QPoint(40, 40);
|
||||
qDebug() << "volumePos: " << volumePos;
|
||||
|
||||
m_volSliderWid->adjustSize();
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
kylin-music (1.1.0.47-ok6~0718) yangtze; urgency=medium
|
||||
|
||||
* [BUG]
|
||||
- close-cd: #127037, 解决音乐音量控件显示位置和窗口显示问题
|
||||
|
||||
-- yushuoqi <yushuoqi@kylinos.cn> Mon, 18 Jul 2022 11:25:08 +0800
|
||||
|
||||
kylin-music (1.1.0.47-ok5~0716) yangtze; urgency=medium
|
||||
|
||||
* #128772, 解决音乐右键删除多个歌曲重复弹出删除窗口问题
|
||||
|
|
Loading…
Reference in New Issue