Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: [ui] fix search filter background #1710

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

pppanghu77
Copy link
Contributor

fix search filter background and fix tag crumbedit for refresh will lose text when editing

Log: [ui] fix search filter background
Bug: https://pms.uniontech.com/bug-view-237399.html https://pms.uniontech.com/bug-view-237399.html

@@ -289,6 +290,12 @@ void SideBarWidget::onItemRenamed(const QModelIndex &index, const QString &newNa

void SideBarWidget::initializeUi()
{
QGraphicsDropShadowEffect *effect = new QGraphicsDropShadowEffect;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

没有父对象,能正常析构吗

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修复更新

@@ -445,17 +450,21 @@ AdvanceSearchBar::AdvanceSearchBar(QWidget *parent)
: QScrollArea(parent),
d(new AdvanceSearchBarPrivate(this))
{
QGraphicsDropShadowEffect *effect = new QGraphicsDropShadowEffect;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

同上

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修复更新

fix search filter background and fix tag crumbedit for refresh will lose text when editing

Log: [ui] fix search filter background
Bug: https://pms.uniontech.com/bug-view-237399.html https://pms.uniontech.com/bug-view-237399.html
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: Kakueeen, max-lvs, pppanghu77

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@pppanghu77
Copy link
Contributor Author

merge

@pppanghu77
Copy link
Contributor Author

/merge

@deepin-bot deepin-bot bot merged commit c5adc38 into linuxdeepin:master Jan 9, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants